CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/09/30 05:38:21
Added files:
devel/hs-unordered-containers: Makefile distinfo
devel/hs-unordered-containers/pkg: DESCR PLIST
Log message:
Resurrect devel/hs-unordered-containers.
Efficient hashing-based container types. The containers have been
optimized for performance critical use, both in terms of large data
quantities and high speed.
The declared cost of each operation is either worst-case or amortized,
but remains valid even if structures are shared.
>From Greg Steuck.
ok jturner@