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
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆188Updated 5 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 4 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆82Updated 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 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☆244Updated 2 years ago
- C++ cache with LRU/LFU/FIFO policies implementation☆376Updated 3 months ago
- A highly optimized single producer single consumer message queue C++ template☆277Updated 3 years ago
- STL-based caches for C++☆116Updated 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
- A fast work-stealing queue template in C++☆330Updated last year
- network library based on io_uring and C++20 coroutine☆109Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆147Updated 2 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- Boost.Lockfree☆147Updated 2 weeks ago
- Thread safe, lock-free memory pool.☆61Updated last year
- High performance C++11 thread pool☆585Updated 5 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- A STL allocator that mmaps files☆254Updated 4 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++☆142Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆184Updated last month
- A feature complete LRU cache implementation in C++☆260Updated 6 years ago
- Modern C++ B-tree containers☆276Updated 2 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆390Updated 5 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆333Updated last year
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago