Crates.io | xxh3 |
lib.rs | xxh3 |
version | 0.1.1 |
source | src |
created_at | 2022-05-01 03:41:11.125575 |
updated_at | 2022-05-20 00:30:06.196728 |
description | XXH3 hash function |
homepage | https://github.com/cberner/xxh3 |
repository | https://github.com/cberner/xxh3 |
max_upload_size | |
id | 578433 |
size | 55,533 |
Rust implementation of the XXH3 hash function.
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.Licensed under either of
at your option.
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.