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☆129Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆147Updated 5 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆178Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated 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
- A fast work-stealing queue template in C++☆305Updated last year
- 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
- 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
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆151Updated last year
- Comprehensive benchmarks of C++ maps☆307Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 6 months ago
- C++ library for executors☆503Updated 8 years ago
- A STL allocator that mmaps files☆246Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆357Updated 11 months ago
- High performance C++11 thread pool☆576Updated 4 years ago
- A disruptor thread-synchronisation data structure for C++11.☆126Updated last year
- Boost.Lockfree☆132Updated last week
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- A ZooKeeper client for C++.☆155Updated 2 years ago
- C++ 20 Coroutines in Action (Helpers + Test Code Examples)☆490Updated 2 years ago
- Modern C++ B-tree containers☆271Updated last year
- A header-only C++ library for task concurrency☆626Updated last year
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆294Updated 8 months ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- STL-based caches for C++☆116Updated last year
- L4 (Lock-Free on Read) Hashtable is a C++ library that implements hash table with arbitray byte stream keys/values.☆202Updated 2 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆376Updated 4 years ago
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago