hashmap topic
hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
tstl
TypeScript-STL (Standard Template Library, migrated from C++)
rustbreak
A simple, fast and easy to use self-contained single file storage for Rust
capsule
The Capsule Hash Trie Collections Library
skiplist
Fast and easy-to-use skip list for Go.
SmoothieMap
A gulp of low latency Java
hashmap
Templated type-safe hashmap implementation in C using open addressing and linear probing for collision resolution.
ImTools
Fast and memory-efficient immutable collections and helper data structures
HashMap
An open addressing linear probing hash table, tuned for delete heavy workloads
leapfrog
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.