BSD-3-Clause licensed by Andrew Martin
Maintained by [email protected]
This version can be pinned in stack with:bytehash-0.1.0.0@sha256:3b0cf31be4b58bf77d0a2962f40d4bbfc547c8b226932ddd052c6cd5edb73772,2109

Module documentation for 0.1.0.0

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.

Changes

Revision history for bytehash

0.1.0.0 – 2020-04-30

  • Initial release.