goossaert / hashmapLinks
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
Sorting:
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ integer-to-string conversion benchmark☆341Updated 3 months ago
- A hierarchical timer wheel, for implementing timed event queues☆210Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆379Updated 4 years ago
- Boost.Coroutine2☆134Updated last month
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- A STL allocator that mmaps files☆247Updated 4 years ago
- Configurable C++ platform adapter☆560Updated 6 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 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 …☆295Updated 8 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆204Updated 2 years ago
- C++11 single .h asymmetric coroutine implementation via ucontext / fiber☆419Updated 3 years ago
- Boost.org thread module☆209Updated 3 weeks ago
- Experimental C++11 version of sparsehash☆290Updated 2 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆526Updated 7 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆820Updated 8 months ago
- Our open source benchmarks and code samples☆192Updated last week
- A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store☆548Updated last year
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- C++ double-to-string conversion benchmark☆256Updated 3 years ago
- A benchmark framework for concurrent queue implementations☆291Updated 5 years ago
- C++ library for executors☆503Updated 8 years ago
- A collection of shared memory containers for high performance server☆233Updated 3 years ago