#hashing #hash #algorithm

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

#2816 in Algorithms

Download history 158/week @ 2024-11-15 54/week @ 2024-11-22 153/week @ 2024-11-29 256/week @ 2024-12-06 263/week @ 2024-12-13 71/week @ 2024-12-20 202/week @ 2025-01-03 157/week @ 2025-01-10 108/week @ 2025-01-17 365/week @ 2025-01-24 389/week @ 2025-01-31 178/week @ 2025-02-07 421/week @ 2025-02-14 115/week @ 2025-02-21 220/week @ 2025-02-28

1,016 downloads per month
Used in libfj

MIT license

46KB
1K SLoC

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


lib.rs:

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

No runtime deps