kshk123 / hashMapLinks
A concurrent thread-safe hash map implemented in C++
☆149Updated 2 years ago
Alternatives and similar repositories for hashMap
Users that are interested in hashMap are comparing it to the libraries listed below
Sorting:
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 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 7 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 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
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- A highly optimized single producer single consumer message queue C++ template☆282Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆84Updated 7 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 …☆298Updated last year
- Thread safe, lock-free memory pool.☆61Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated this week
- A High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- A disruptor thread-synchronisation data structure for C++11.☆149Updated 2 years ago
- Boost.Lockfree☆148Updated this week
- CN-CppUserGroup-2019-1,lock-free queue demo☆94Updated 5 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- A feature complete LRU cache implementation in C++☆264Updated 6 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆150Updated 6 years ago
- network library based on io_uring and C++20 coroutine☆110Updated 5 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 years ago
- High performance C++11 thread pool☆584Updated 5 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆160Updated 6 months ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- A STL allocator that mmaps files☆255Updated 4 years ago
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 3 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆231Updated 2 years ago