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,303May 19, 2025Updated 10 months ago
- Robin Hood hash map library☆68Sep 4, 2021Updated 4 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆39Aug 16, 2011Updated 14 years ago
- The Evil License Manager☆30Jan 20, 2012Updated 14 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
- Mirror of Apache C++ Standard Library☆66Dec 10, 2018Updated 7 years ago
- Popular hash table implementation benchmarks☆27Jul 12, 2017Updated 8 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Sep 25, 2023Updated 2 years ago
- "interesting" VM in C. Let's see how this goes.☆986Jan 18, 2021Updated 5 years ago
- a tiny coroutine lib using for c++☆24Mar 12, 2014Updated 12 years ago
- A very fast hashtable☆1,843Sep 27, 2023Updated 2 years ago
- A fast and memory efficient hashmap using sorting to resolve collisions☆43Nov 16, 2020Updated 5 years ago
- a c++ server framework for mobile game☆26Aug 18, 2025Updated 7 months ago
- a fast fixed size block allocator☆20Aug 29, 2015Updated 10 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆39Nov 27, 2023Updated 2 years ago
- C++React: A reactive programming library for C++11.☆1,040May 17, 2021Updated 4 years ago
- C++ associative containers☆1,604Nov 30, 2021Updated 4 years ago
- 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
- Companion to my Practical Network Programming course at boolan.com☆21May 21, 2023Updated 2 years ago
- An eventing framework for building high performance and high scalability systems in C.☆1,668Mar 8, 2019Updated 7 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 2 months ago
- C library implementing the ridiculously fast CLHash hashing function☆282Apr 4, 2024Updated last year
- Fast serialization framework for C☆225Aug 26, 2017Updated 8 years ago
- Bolt is a C++ template library optimized for GPUs. Bolt provides high-performance library implementations for common algorithms such as s…☆380Feb 11, 2016Updated 10 years ago
- Concurrent data structures in C++☆1,448Oct 1, 2020Updated 5 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Dec 16, 2019Updated 6 years ago
- Raft implementation based on libcppa☆21Jun 4, 2015Updated 10 years ago
- High performance server-side application framework☆9,159Updated this week
- Various synchronization primitives for multithreaded applications in C++11.☆534Jul 10, 2017Updated 8 years ago
- RLU resizable hash-table☆17Aug 24, 2015Updated 10 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Aug 2, 2014Updated 11 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆764Nov 2, 2025Updated 4 months ago
- Concurrent hash tries for C++ 14 with no memory management whatsoever.☆10Aug 30, 2016Updated 9 years ago
- k-means++: a C++ version implement☆18Dec 26, 2017Updated 8 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆558Jan 5, 2024Updated 2 years ago
- fast prime sieve and hash algorithm☆40Aug 31, 2025Updated 6 months ago
- A high performance network library☆323Feb 9, 2023Updated 3 years ago
- Coroutine implementation for C++11☆18Apr 14, 2012Updated 13 years ago