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
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 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 highly optimized single producer single consumer message queue C++ template☆260Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆150Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆203Updated last year
- Comprehensive benchmarks of C++ maps☆307Updated last year
- Modern C++ B-tree containers☆269Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆179Updated 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
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- A fast work-stealing queue template in C++☆305Updated last year
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months 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
- An implementation of Seqlock in C++11☆209Updated 8 months ago
- network library based on io_uring and C++20 coroutine☆102Updated 4 years ago
- STL-based caches for C++☆115Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆358Updated 10 months ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆163Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- A ZooKeeper client for C++.☆153Updated 2 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆374Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆272Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆88Updated 4 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆565Updated last week
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 8 months ago
- C++ implementation of a memory efficient hash map and hash set☆345Updated 6 months ago
- Lock-Free implementation of std::atomic<std::shared_ptr> & several Lock-Free data structures based on it☆64Updated 6 months ago