3 unstable releases
| 0.2.0 | Jul 16, 2021 |
|---|---|
| 0.1.1 | Jul 2, 2021 |
| 0.1.0 | Jul 1, 2021 |
#2839 in Algorithms
1,217 downloads per month
Used in libfj
46KB
1K
SLoC
High speed hashing algorithms. Algorithms translated into Rust from C++ source found here: https://github.com/rurban/smhasher
highhash
High-speed hashing algorithms written in pure Rust. These are non-cryptographic hash functions which should not be used for security purposes.
This aims to be like fasthash, but cross-platform and completely safe (100% in Rust).