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:
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 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 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 …☆297Updated last year
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 years ago
- A High-Performance Work-Stealing Queue for C++☆331Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated 2 months ago
- Boost.Lockfree☆148Updated last month
- A highly optimized single producer single consumer message queue C++ template☆281Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆83Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆213Updated 2 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
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 2 years ago
- A feature complete LRU cache implementation in C++☆262Updated 6 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 2 weeks ago
- A disruptor thread-synchronisation data structure for C++11.☆148Updated 2 years ago
- Modern C++ B-tree containers☆280Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆158Updated 5 months ago
- Thread safe, lock-free memory pool.☆61Updated last year
- High performance C++11 thread pool☆584Updated 5 years ago
- An implementation of Seqlock in C++11☆234Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 6 years ago
- C++ implementation of a memory efficient hash map and hash set☆367Updated 2 months ago
- A STL allocator that mmaps files☆254Updated 4 years ago