kshk123 / hashMap
A concurrent thread-safe hash map implemented in C++
☆146Updated last year
Alternatives and similar repositories for hashMap:
Users that are interested in hashMap are comparing it to the libraries listed below
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆117Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆148Updated 11 months ago
- Boost.Lockfree☆128Updated last month
- A highly optimized single producer single consumer message queue C++ template☆256Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆149Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆145Updated 5 years ago
- Modern C++ B-tree containers☆269Updated last year
- STL-based caches for C++☆115Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆76Updated 6 years ago
- A fast work-stealing queue template in C++☆302Updated last year
- Comprehensive benchmarks of C++ maps☆305Updated last year
- Thread safe, lock-free memory pool.☆56Updated 10 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 3 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 …☆292Updated 5 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆177Updated 5 months ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- C++ implementation of a memory efficient hash map and hash set☆343Updated 5 months ago
- A public domain lock free queues implemented in C++11☆182Updated 11 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆201Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆201Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆92Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- An async redis client designed for performance and scalability☆241Updated this week
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Boost.Coroutine2☆129Updated 2 months ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆289Updated 6 months ago
- A STL allocator that mmaps files☆245Updated 3 years ago
- A C++ Rate limiter implementation.☆55Updated 9 years ago