#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

#273 in #hardware

Download history 1/week @ 2024-05-26 6/week @ 2024-06-02 2/week @ 2024-06-09 3/week @ 2024-06-16 2/week @ 2024-06-23 31/week @ 2024-07-07 3/week @ 2024-07-14 11/week @ 2024-07-28

277 downloads per month

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