@hackage hashmap0.9.0
Persistent HashMap with API of an IntMap.
Deprecated
Dependencies (3)
- base >=4.0 && <5
- bytestring >=0.9
- containers >=0.3 Show all…
Dependents (22)
@hackage/confsolve, @hackage/openapi3-code-generator, @hackage/timeplot, @hackage/YamlReference, @hackage/wai-app-file-cgi, @hackage/acme-everything, Show all…
An implementation of persistent HashMap.
The class Hashable is providing the Hashable.hash
method.
The itself is an
HashMap key valueData.IntMap.IntMap indexed by the hash value, containing
for all keys with the same hash
value.Data.Map.Map key value