Sp07 Comparison Of Hashing Implementations

Comparison of Hashing Algorithms - Double Hashing, Robin Hood Hashing Cuckoo Hashing with Java's inbuilt HashMap/ HastSet over million of add(), contains() and remove() operations.
Alternatives To Sp07 Comparison Of Hashing Implementations
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gxhash213
3 months ago10mitRust
The fastest hashing algorithm 📈
Komihash148
3 months agomitC
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
Eternal101
3 years ago3iscC++
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
Rhh77
2 years agoiscGo
A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.
Memento74
6 years agomitC
Fairly basic redis-like hashmap implementation on top of a epoll TCP server.
Bght46
3 months ago7apache-2.0C++
BGHT: High-performance static GPU hash tables.
Rhashmap38
3 years agootherC
Robin Hood hash map library
Spmap30
5 years ago1May 18, 2019mitGo
A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.
Hashmap9
6 years agootherElm
Hashers8
9 months ago2October 10, 20182mitRust
A collection of hashing-related technology, for use with Rust's std::collections::HashMap and so forth.
Alternatives To Sp07 Comparison Of Hashing Implementations
Select To Compare


Alternative Project Comparisons
Popular Hashmap Projects
Popular Hashing Projects
Popular Computer Science Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Hashing
Hashmap
Hash Functions