#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

#1418 in Algorithms

Download history 64/week @ 2024-10-07 78/week @ 2024-10-14 46/week @ 2024-10-21 172/week @ 2024-10-28 310/week @ 2024-11-04 157/week @ 2024-11-11 149/week @ 2024-11-18 55/week @ 2024-11-25 199/week @ 2024-12-02 253/week @ 2024-12-09 268/week @ 2024-12-16 38/week @ 2024-12-30 242/week @ 2025-01-06 124/week @ 2025-01-13 105/week @ 2025-01-20

509 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