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
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆403Updated 6 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Boost.Coroutine2☆133Updated 3 weeks ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- A STL allocator that mmaps files☆247Updated 4 years ago
- C++ integer-to-string conversion benchmark☆340Updated 2 months ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- Boost.org thread module☆207Updated last week
- C++ implementation of a fast and memory efficient HAT-trie☆817Updated 7 months ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A concurrent user-level thread library implemented in C++☆315Updated 4 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆275Updated 7 years ago
- C++ library for executors☆503Updated 8 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Configurable C++ platform adapter☆559Updated 6 years ago
- Boost.Coroutine☆83Updated 3 weeks ago
- Bloom filters for C++11☆357Updated 3 years ago
- ☆37Updated 10 years ago
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆545Updated last year
- C++ double-to-string conversion benchmark☆255Updated 3 years ago
- Boost.Lockfree☆132Updated 3 weeks 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 7 months ago
- Common library☆132Updated 7 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 7 months ago
- A wait-free multi-producer-single-consumer queue in C11 atomics☆226Updated 3 years ago
- A feature complete LRU cache implementation in C++☆250Updated 5 years ago