kshk123 / hashMapLinks
A concurrent thread-safe hash map implemented in C++
☆144Updated 2 years ago
Alternatives and similar repositories for hashMap
Users that are interested in hashMap are comparing it to the libraries listed below
Sorting:
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 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 …☆296Updated 10 months ago
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆120Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆78Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆209Updated last year
- STL-based caches for C++☆116Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆268Updated 2 years ago
- An implementation of Seqlock in C++11☆219Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆186Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated 2 weeks ago
- Boost.Lockfree☆135Updated 2 months ago
- A fast work-stealing queue template in C++☆315Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆179Updated 10 months ago
- A disruptor thread-synchronisation data structure for C++11.☆131Updated 2 years ago
- Modern C++ B-tree containers☆274Updated last year
- Thread safe, lock-free memory pool.☆59Updated last year
- Async GRPC with C++20 coroutine support☆74Updated 2 years ago
- A STL allocator that mmaps files☆248Updated 4 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆91Updated 4 years ago
- nanorpc - lightweight RPC in pure C++ 17☆242Updated 2 years ago
- A feature complete LRU cache implementation in C++☆255Updated 5 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆367Updated 2 months ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆131Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆314Updated last year