@hackage unordered-containers0.2.21
Efficient hashing-based container types
Categories
License
BSD-3-Clause
Maintainer
simon.jakobi@gmail.com, David.Feuer@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.14 && <5
- deepseq >=1.4.3
- hashable >=1.4 && <1.6
- template-haskell >=2.16 && <2.25 Show all…
Dependents (2303)
@hackage/rest-wai, @hackage/arbor-datadog, @hackage/pms-domain-service, @hackage/amazonka-lightsail, @hackage/labels, @hackage/hls-module-name-plugin, Show all…
Package Flags
debug
(off by default)
Enable debug support
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.
Security
This package currently provides no defenses against hash collision attacks
such as HashDoS.
Users who need to store keys derived from untrusted input are advised to use
Data.Map or Data.Set from the containers package instead.