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 hierarchical timer wheel, for implementing timed event queues☆210Updated 11 months ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- C++ integer-to-string conversion benchmark☆340Updated last month
- C++ double-to-string conversion benchmark☆254Updated 3 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Boost.Coroutine2☆130Updated last week
- 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 benchmark framework for concurrent queue implementations☆289Updated 4 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 6 months ago
- Boost.Coroutine☆82Updated last week
- A C++ await/yield emulation library for stackless coroutine☆334Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 3 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☆373Updated 4 years ago
- Experimental C++11 version of sparsehash☆289Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.☆241Updated 4 years ago
- C++ library for executors☆500Updated 8 years ago
- A C++11 compliant header-only asynchronous MySQL client library based on Asio. Enables you to work with MySQL in both asynchronous and bl…☆155Updated 6 years ago
- [deprecated] For native C atomics, see Turf instead☆518Updated 8 years ago
- C multiplatform coroutine implementation via ucontext, fibers or setjmp☆264Updated 15 years ago
- C++ implementation of a fast and memory efficient HAT-trie☆813Updated 6 months ago
- Lightweight, Generic, Pure C++11 ThreadPool☆274Updated 7 years ago
- Boost.org thread module☆205Updated last week
- Micro http server and client written in C++☆167Updated last year
- STL-based caches for C++☆115Updated last year
- Configurable C++ platform adapter☆557Updated 6 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.☆243Updated 11 years ago