goossaert / hashmap
Various open addressing hashmap algorithms in C++
☆256Updated 3 years ago
Alternatives and similar repositories for hashmap:
Users that are interested in hashmap are comparing it to the libraries listed below
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 11 months ago
- A benchmark framework for concurrent queue implementations☆289Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ integer-to-string conversion benchmark☆340Updated last month
- Boost.Coroutine2☆130Updated 3 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- Boost.org thread module☆205Updated 2 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 3 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆294Updated 6 months ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- Configurable C++ platform adapter☆557Updated 6 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆240Updated 4 years ago
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆346Updated 6 years ago
- QSBR and EBR library☆118Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 5 months ago
- A C library of hashtables and tries designed to store objects with high performance☆231Updated 2 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆403Updated 5 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆150Updated 5 years ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- Micro http server and client written in C++☆167Updated last year
- universal event-driven, concurrent infrastructure for ANSI-C/C++, also known as asychronous signal-slot and source level continuation mec…☆70Updated 4 years ago
- Embeddable C++ HTTP server☆161Updated 2 years ago
- Boost.Lockfree☆129Updated this week
- STL-based caches for C++☆115Updated last year