goossaert / hashmap
Various open addressing hashmap algorithms in C++
☆255Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for hashmap
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- C++ integer-to-string conversion benchmark☆340Updated 2 years ago
- A hierarchical timer wheel, for implementing timed event queues☆209Updated 7 months ago
- A public domain lock free queues implemented in C++11☆181Updated 10 years ago
- Boost.org thread module☆203Updated last week
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆402Updated 5 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 2 months ago
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 6 years ago
- Boost.Coroutine☆80Updated last week
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆325Updated 3 years ago
- A concurrent user-level thread library implemented in C++☆314Updated 4 years ago
- Boost.Coroutine2☆128Updated last week
- A benchmark framework for concurrent queue implementations☆285Updated 4 years ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated 10 months ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆263Updated 15 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆176Updated 2 months ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆239Updated 4 years ago
- Configurable C++ platform adapter☆555Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆139Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated last year
- [deprecated] For native C atomics, see Turf instead☆516Updated 8 years ago
- C++11 wrapper for the LMDB embedded B+ tree database library.☆273Updated 4 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆518Updated 7 years ago
- Boost.Lockfree☆125Updated last week
- Boost.org smart_ptr module☆109Updated last week
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆199Updated last year
- Open multi-methods for C++11☆117Updated 6 years ago
- C++ version of Doug Lea's excellent malloc() implementation.☆149Updated 5 years ago
- A STL allocator that mmaps files☆242Updated 3 years ago