3 unstable releases

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

#1383 in Algorithms

Download history 237/week @ 2024-04-05 368/week @ 2024-04-12 137/week @ 2024-04-19 146/week @ 2024-04-26 117/week @ 2024-05-03 131/week @ 2024-05-10 97/week @ 2024-05-17 73/week @ 2024-05-24 121/week @ 2024-05-31 78/week @ 2024-06-07 140/week @ 2024-06-14 110/week @ 2024-06-21 81/week @ 2024-06-28 49/week @ 2024-07-05 12/week @ 2024-07-12 19/week @ 2024-07-19

207 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