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 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 …☆298Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆189Updated 6 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
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆84Updated 7 years ago
- A highly optimized single producer single consumer message queue C++ template☆282Updated 3 years ago
- A High-Performance Work-Stealing Queue for C++☆333Updated 3 weeks ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Updated 3 months 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
- A disruptor thread-synchronisation data structure for C++11.☆149Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆245Updated 3 years ago
- STL-based caches for C++☆116Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated last week
- Modern C++ B-tree containers☆280Updated 2 years ago
- Thread safe, lock-free memory pool.☆61Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆214Updated 2 years ago
- A STL allocator that mmaps files☆255Updated 4 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆141Updated 3 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆94Updated 4 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆52Updated 9 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆134Updated last year
- Boost.Lockfree☆148Updated this week
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆131Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆338Updated last year
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆168Updated last year