@hackage bytehash0.1.1.0
Universal hashing of bytes
Installation
Dependencies (8)
- base >=4.17.1 && <5
- byte-order >=0.1.2 && <0.2
- byteslice >=0.2.1 && <0.3
- bytestring >=0.10.8 && <0.12
- entropy >=0.4.1.5 && <0.5
- primitive >=0.7 && <0.10 Show all…
Dependents (1)
@hackage/country
Taken together, universal hash functions and a good source of entropy provide a foundation for hash maps guarantee O(1) lookups even if an adversary chooses the keys. This library implements such a hash map. The implementation of lookup is tuned for performance. The functions for building hash maps are not since they are intended to be called infrequently.