7 releases
Uses old Rust 2015
0.0.8 | Jan 13, 2015 |
---|---|
0.0.6 | Jan 7, 2015 |
0.0.4 | Dec 19, 2014 |
0.0.1 | Nov 22, 2014 |
#273 in #hardware
277 downloads per month
25KB
683 lines
A Rust implementation of xxHash.
lib.rs
:
The 64-bit variant of xxHash.
This is a very fast hash, running circles around all major hashing algorithms, capable of saturating the memory bandwidth of older hardware. The implementation has been extensively micro-optimized to take full advantage of the instruction-level parallelism of modern hardware.
Do not use this for cryptography.