#hashing #algorithm #hash

highhash

High-speed hashing algorithms for Rust

3 unstable releases

0.2.0 Jul 16, 2021
0.1.1 Jul 2, 2021
0.1.0 Jul 1, 2021

#2839 in Algorithms

Download history 69/week @ 2025-06-22 83/week @ 2025-06-29 116/week @ 2025-07-06 103/week @ 2025-07-13 159/week @ 2025-07-20 97/week @ 2025-07-27 103/week @ 2025-08-03 102/week @ 2025-08-10 119/week @ 2025-08-17 235/week @ 2025-08-24 60/week @ 2025-08-31 142/week @ 2025-09-07 402/week @ 2025-09-14 297/week @ 2025-09-21 200/week @ 2025-09-28 314/week @ 2025-10-05

1,217 downloads per month
Used in libfj

MIT license

46KB
1K SLoC

High speed hashing algorithms. Algorithms translated into Rust from C++ source found here: https://github.com/rurban/smhasher


highhash

crates.io docs.rs

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).

No runtime deps