Data.HashFunction
Data.HashFunction copied to clipboard
add t1ha (Fast Positive Hash)
Fast Positive Hash - just the fastest portable hash function.
Briefly, it is a portable 64-bit hash function:
- Intended for 64-bit little-endian platforms, predominantly for Elbrus and x86_64, but portable and without penalties it can run on any 64-bit CPU.
- In most cases up to 15% faster than StadtX hash, xxHash, mum-hash, metro-hash, etc. and all others portable hash-functions (which do not use specific hardware tricks).
- Provides a set of terraced hash functions.
- Currently not suitable for cryptography.
- Licensed under Zlib License.
Have added this to my "to-do eventually" list.