3 unstable releases

0.1.1 May 20, 2022
0.1.0 May 18, 2022
0.0.0 May 1, 2022

#1353 in Algorithms

Download history 10/week @ 2024-03-11 2/week @ 2024-03-18 4/week @ 2024-03-25 61/week @ 2024-04-01 8/week @ 2024-04-15 43/week @ 2024-04-22 26/week @ 2024-04-29 10/week @ 2024-05-06 46/week @ 2024-05-13 49/week @ 2024-05-20 24/week @ 2024-05-27 52/week @ 2024-06-03 51/week @ 2024-06-10 142/week @ 2024-06-17 41/week @ 2024-06-24

286 downloads per month
Used in 2 crates

MIT/Apache

31KB
693 lines

Crates.io Documentation License dependency status

xxh3

Rust implementation of the XXH3 hash function.

FAQ

  1. How is this crate different than twox-hash or xxhash-rust? This crate has fewer hash algorithms (only XXH3 64bit and 128bit), but supports runtime detection of AVX2 & NEON instructions and therefore may be faster. I designed it for use in redb.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0–5.5MB
~12K SLoC