goossaert / hashmap
Various open addressing hashmap algorithms in C++
☆255Updated 3 years ago
Alternatives and similar repositories for hashmap:
Users that are interested in hashmap are comparing it to the libraries listed below
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- Boost.Coroutine2☆129Updated 2 months ago
- 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 10 months ago
- Boost.Lockfree☆128Updated last month
- Boost.Coroutine☆82Updated 2 months ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆402Updated 5 years ago
- C++ integer-to-string conversion benchmark☆341Updated last week
- Boost.org thread module☆205Updated 2 months ago
- A C++ await/yield emulation library for stackless coroutine☆335Updated last year
- 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 …☆292Updated 5 months ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- C++ library for executors☆499Updated 8 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
- Our open source benchmarks and code samples☆188Updated this week
- Various synchronization primitives for multithreaded applications in C++11.☆524Updated 7 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆240Updated 4 years ago
- ☆37Updated 9 years ago
- STL-style C++ skip_list container☆86Updated 2 years ago
- Lightweight, Generic, Pure C++11 ThreadPool☆272Updated 7 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆373Updated 4 years ago
- Configurable C++ platform adapter☆555Updated 6 years ago
- A STL allocator that mmaps files☆245Updated 3 years ago
- Open multi-methods for C++11☆117Updated 7 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Updated 7 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆201Updated last year
- A benchmark framework for concurrent queue implementations☆286Updated 4 years ago
- userland threads☆473Updated last month
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago