goossaert / hashmapLinks
Various open addressing hashmap algorithms in C++
☆257Updated 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☆180Updated 11 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- A hierarchical timer wheel, for implementing timed event queues☆212Updated last year
- Boost.Coroutine2☆135Updated 2 months ago
- ☆37Updated 10 years ago
- An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmall…☆410Updated 6 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- C++ integer-to-string conversion benchmark☆341Updated 9 months ago
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆265Updated 16 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆244Updated 5 years ago
- Our open source benchmarks and code samples☆193Updated 2 weeks ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Boost.org thread module☆213Updated 3 months 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 …☆297Updated last year
- Boost.Lockfree☆145Updated 3 weeks ago
- Boost.Coroutine☆86Updated 3 months ago
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆389Updated 5 years ago
- [deprecated] For native C atomics, see Turf instead☆520Updated 9 years ago
- C++ double-to-string conversion benchmark☆260Updated 3 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last week
- Mordor is a high performance I/O library based on fibers.☆349Updated 7 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- A STL allocator that mmaps files☆252Updated 4 years ago
- redis's async event loop library☆189Updated 5 years ago
- An easy, fast, small, portable C++ object serialization framework☆87Updated last year
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago