Found 16,555 repositories(showing 30)
xacrimon
Blazing fast concurrent HashMap for Rust.
greg7mdp
A family of header-only, very fast and memory-friendly hashmap and btree containers.
tezc
Common libraries and data structures for C.
cornelk
A Golang lock-free thread-safe HashMap optimized for fastest read access.
martinus
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
greg7mdp
A fast, memory efficient hash map for C++
wangyi-fudan
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
P-p-H-d
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).
alphadose
Fastest and most memory efficient golang concurrent hashmap
leventov
Java Collections till the last breadcrumb of memory and performance
tidwall
Hash map implementation in C.
ogxd
Unsafely fast hashing algorithm 📈
ibraheemdev
A fast and ergonomic concurrent hashmap for read-heavy workloads.
shady831213
CLRS study. Codes are written with golang.
dolthub
Golang port of Abseil's SwissTable
js-sdsl
A javascript standard data structure library which benchmark against C++ STL.
samchon
TypeScript-STL (Standard Template Library, migrated from C++)
NVIDIA
No description available
LeoVen
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
rust-lang
Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
willothy
🌀 Async-first sharded hashmap for Rust.
petewarden
A simple string hashmap in C
sheredom
#️⃣ single header hashmap implementation for C and C++
huandu
Fast and easy-to-use skip list for Go.
usethesource
The Capsule Hash Trie Collections Library
bluss
Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.
TheNeikos
A simple, fast and easy to use self-contained single file storage for Rust
lamerman
Simple and reliable LRU cache for c++ based on hashmap and linkedlist
hogliux
A semi compile-/run-time associative map container with compile-time lookup and run-time storage
flesler
HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified