#hashing #hash #algorithm #high-speed

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

#2235 in Algorithms

Download history 417/week @ 2023-12-03 411/week @ 2023-12-10 270/week @ 2023-12-17 199/week @ 2023-12-31 451/week @ 2024-01-07 395/week @ 2024-01-14 600/week @ 2024-01-21 540/week @ 2024-01-28 451/week @ 2024-02-04 377/week @ 2024-02-11 438/week @ 2024-02-18 441/week @ 2024-02-25 450/week @ 2024-03-03 239/week @ 2024-03-10 363/week @ 2024-03-17

1,528 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