int_hash

Crates.ioint_hash
lib.rsint_hash
version0.2.1
sourcesrc
created_at2018-06-20 18:06:26.030252
updated_at2018-12-09 18:56:30.699483
descriptionVery fast, very simple hash algorithm designed for use in integer hash maps & sets.
homepage
repositoryhttps://github.com/alexheretic/int-hash
max_upload_size
id70987
size4,128,205
Alex Butler (alexheretic)

documentation

README

int_hash crates.io Documentation

This crate attempts to provide the fastest option for integer key hashmaps in the Rust language.

While the function's performance does seem superior for 64-bit data in benchmarks, it does not clearly surpass fx-hash and seems to be more volatile in practice. Because of this I would recommend the rustc-hash crate for integer hash maps & sets.

Commit count: 15

cargo fmt