cberner / xxh3

Rust implementation of the XXH3 hash function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Rust implementation of the XXH3 hash function

License:Other


Languages

Language:Rust 93.3%Language:Makefile 5.4%Language:Shell 1.2%