kshk123 / hashMapLinks
A concurrent thread-safe hash map implemented in C++
☆145Updated 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 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 SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆266Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆205Updated last year
- An implementation of Seqlock in C++11☆212Updated 10 months ago
- Boost.Lockfree☆133Updated last month
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆183Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆128Updated 2 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆178Updated last year
- A fast work-stealing queue template in C++☆308Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- A C++ library providing various concurrent data structures and reclamation schemes.☆593Updated 2 months 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 …☆295Updated 9 months ago
- A low overhead nanosecond clock based on x86 TSC☆328Updated 4 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- An efficient single publisher multiple subscriber message queue for Linux IPC☆59Updated 4 years ago
- A simple and efficient single producer multiple consumer queue, suititable for both ITC and IPC.☆103Updated 9 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆154Updated last year
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- Boost.Coroutine2☆135Updated 2 months ago
- C++ implementation of a memory efficient hash map and hash set☆351Updated 9 months ago
- High performance C++11 thread pool☆578Updated 4 years ago
- Modern C++ B-tree containers☆272Updated last year
- A STL allocator that mmaps files☆247Updated 4 years ago
- C++ library for executors☆508Updated 8 years ago
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- C++ class for a joining and cooperative interruptible thread (should become std::jthread)☆194Updated 4 years ago