#hashing #algorithm #hardware

nightly xxhash

The xxHash hashing algorithm

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

#294 in #hashing

MIT/Apache

25KB
683 lines

A Rust implementation of xxHash.

Build Status


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.

https://code.google.com/p/xxhash/

No runtime deps