kshk123 / hashMap
A concurrent thread-safe hash map implemented in C++
☆145Updated last year
Alternatives and similar repositories for hashMap:
Users that are interested in hashMap are comparing it to the libraries listed below
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆119Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- A fast work-stealing queue template in C++☆303Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆148Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 5 months ago
- A highly optimized single producer single consumer message queue C++ template☆259Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆145Updated 5 years ago
- Thread safe, lock-free memory pool.☆57Updated 11 months ago
- Comprehensive benchmarks of C++ maps☆306Updated last year
- STL-based caches for C++☆115Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆155Updated last year
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 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 6 months ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆328Updated 3 years ago
- Modern C++ B-tree containers☆269Updated last year
- network library based on io_uring and C++20 coroutine☆102Updated 4 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆126Updated last year
- Boost.Lockfree☆129Updated this week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆293Updated 7 months ago
- A collection of shared memory containers for high performance server☆233Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆356Updated 10 months ago
- Boost.Coroutine2☆130Updated 3 months ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆126Updated 3 months ago
- A low overhead nanosecond clock based on x86 TSC☆311Updated last month
- C++ implementation of a memory efficient hash map and hash set☆347Updated 5 months ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago