kshk123 / hashMapLinks
A concurrent thread-safe hash map implemented in C++
☆145Updated 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 6 years ago
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆185Updated 5 years ago
- A fast work-stealing queue template in C++☆320Updated last year
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 4 years ago
- A highly optimized single producer single consumer message queue C++ template☆273Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆79Updated 6 years ago
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆330Updated 4 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
- C++ cache with LRU/LFU/FIFO policies implementation☆372Updated 3 months ago
- Thread safe, lock-free memory pool.☆60Updated last year
- nanorpc - lightweight RPC in pure C++ 17☆243Updated 2 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆155Updated last month
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- Async GRPC with C++20 coroutine support☆74Updated 2 years ago
- A disruptor thread-synchronisation data structure for C++11.☆136Updated 2 years ago
- Boost.Lockfree☆140Updated last week
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆180Updated 11 months ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆132Updated 9 months ago
- STL-based caches for C++☆115Updated 2 years ago
- High performance C++11 thread pool☆581Updated 4 years ago
- A feature complete LRU cache implementation in C++☆256Updated 5 years ago
- Modern C++ B-tree containers☆275Updated 2 years ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- An implementation of Seqlock in C++11☆222Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆165Updated last year
- A public domain lock free queues implemented in C++11☆181Updated 11 years ago
- Simple and reliable LRU cache for c++ based on hashmap and linkedlist☆386Updated 5 years ago
- Boost::ASIO low-level redis client (connector)☆145Updated 2 years ago
- A special smart pointer to exchange data between threads☆37Updated 6 years ago