3 unstable releases

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

#2401 in Algorithms

Download history 42/week @ 2024-01-12 29/week @ 2024-01-19 23/week @ 2024-01-26 16/week @ 2024-02-02 2/week @ 2024-02-09 9/week @ 2024-02-16 28/week @ 2024-02-23 30/week @ 2024-03-01 11/week @ 2024-03-08 5/week @ 2024-03-15 4/week @ 2024-03-22 55/week @ 2024-03-29 7/week @ 2024-04-05 6/week @ 2024-04-12 33/week @ 2024-04-19 15/week @ 2024-04-26

78 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
~11K SLoC