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 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☆261Updated 2 years ago
- 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 7 months ago
- A fast work-stealing queue template in C++☆306Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆170Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Modern C++ B-tree containers☆273Updated last year
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- High performance C++11 thread pool☆576Updated 4 years ago
- network library based on io_uring and C++20 coroutine☆103Updated 4 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆296Updated 9 months ago
- Boost.Coroutine2☆133Updated 3 weeks ago
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆377Updated 4 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆492Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆359Updated 11 months ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆148Updated last year
- Lock-free implementation of the token bucket algorithm in C++☆57Updated 2 years ago
- A ZooKeeper client for C++.☆156Updated 2 years ago
- Boost.Lockfree☆132Updated 3 weeks ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆577Updated last month
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year