0fc9284caf
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. WWW: http://github.com/tibbe/unordered-containers/ Obtained from: FreeBSD Haskell
8 lines
334 B
Text
8 lines
334 B
Text
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.
|
|
|
|
WWW: http://github.com/tibbe/unordered-containers/
|