There are 6 repositories under hashmap topic.
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
CLRS study. Codes are written with golang.
A fast and ergonomic concurrent hashmap for read-heavy workloads.
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
The Capsule Hash Trie Collections Library
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified
Excalibur Hash is a high-speed hash map and hash set, ideal for performance-critical uses like video games
A gulp of low latency Java
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 27GB/s + PRNG
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.