Various open addressing hashmap algorithms in C++
☆257Jan 13, 2022Updated 4 years ago
Alternatives and similar repositories for hashmap
Users that are interested in hashmap are comparing it to the libraries listed below
Sorting:
- Fast on-disk persistent key-value store☆388Jul 3, 2018Updated 7 years ago
- A fast, memory efficient hash map for C++☆1,300May 19, 2025Updated 9 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Sep 25, 2023Updated 2 years ago
- Demonstrate how to construct an Event-driven system in a way that is intuitive and easier to understand.☆19Jun 12, 2023Updated 2 years ago
- Robin Hood hash map library☆68Sep 4, 2021Updated 4 years ago
- Mirror of Apache C++ Standard Library☆66Dec 10, 2018Updated 7 years ago
- The Evil License Manager☆30Jan 20, 2012Updated 14 years ago
- a tiny coroutine lib using for c++☆24Mar 12, 2014Updated 11 years ago
- a fast fixed size block allocator☆20Aug 29, 2015Updated 10 years ago
- A very fast hashtable☆1,840Sep 27, 2023Updated 2 years ago
- "interesting" VM in C. Let's see how this goes.☆985Jan 18, 2021Updated 5 years ago
- C library implementing the ridiculously fast CLHash hashing function☆282Apr 4, 2024Updated last year
- An Evaluation of Linear Probing Hashtable Algorithms☆39Nov 27, 2023Updated 2 years ago
- An eventing framework for building high performance and high scalability systems in C.☆1,668Mar 8, 2019Updated 6 years ago
- C++React: A reactive programming library for C++11.☆1,039May 17, 2021Updated 4 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Aug 16, 2011Updated 14 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆71Jan 2, 2026Updated last month
- LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipu…☆456Jan 3, 2023Updated 3 years ago
- Vectorized version of the PCG random number generator☆87Jan 9, 2026Updated last month
- Concurrent data structures in C++☆1,447Oct 1, 2020Updated 5 years ago
- NetBSD cdb (constant database) library☆14May 24, 2019Updated 6 years ago
- Search engine postings list with support for compresison☆11May 5, 2017Updated 8 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Nov 16, 2020Updated 5 years ago
- Popular hash table implementation benchmarks☆27Jul 12, 2017Updated 8 years ago
- A GIT clone of uthash.sourceforge.net, a hash table, implemented in C, supporting constant-time add/find/remove of C structures. Any stru…☆37Oct 17, 2013Updated 12 years ago
- C++ associative containers☆1,603Nov 30, 2021Updated 4 years ago
- Assembly-optimized Marvin32 hash function☆12Jan 17, 2024Updated 2 years ago
- Go wrapper for LMDB - OpenLDAP Lightning Memory-Mapped Database☆11Feb 25, 2018Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Aug 2, 2014Updated 11 years ago
- Fast serialization framework for C☆225Aug 26, 2017Updated 8 years ago
- Coroutines for C/C++☆81Oct 1, 2020Updated 5 years ago
- RLU resizable hash-table☆17Aug 24, 2015Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆534Jul 10, 2017Updated 8 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆556Jan 5, 2024Updated 2 years ago
- A C++ library of Concurrent Data Structures☆2,727Oct 17, 2023Updated 2 years ago
- High performance server-side application framework☆9,129Updated this week
- Go implementation of xoroshiro128+ RNG☆15Jun 25, 2021Updated 4 years ago
- a c++ server framework for mobile game☆26Aug 18, 2025Updated 6 months ago
- Go implementation of SIMD-BP128 integer encoding and decoding☆31Apr 8, 2022Updated 3 years ago