Skip to content
This repository has been archived by the owner. It is now read-only.
Very fast, very simple hash algorithm designed for use in Rust integer hash maps & sets
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benches
src
.gitignore
.travis.yml
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
bench_report.md
compare

README.md

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.

You can’t perform that action at this time.