kshk123 / hashMapLinks
A concurrent thread-safe hash map implemented in C++
☆147Updated 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
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆187Updated 5 years ago
- A highly optimized single producer single consumer message queue C++ template☆277Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆81Updated 7 years ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆157Updated 4 months ago
- A fast work-stealing queue template in C++☆327Updated last year
- A disruptor thread-synchronisation data structure for C++11.☆145Updated 2 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
- A fast, lock-free, cross-platform C++11 thread pool library that is aiming to be lightweight and simple.☆329Updated 4 years ago
- Thread safe, lock-free memory pool.☆60Updated last year
- C++ cache with LRU/LFU/FIFO policies implementation☆374Updated 2 months ago
- A fastest, exception-safety and pure C++17 thread pool.☆134Updated 6 years ago
- Modern C++ B-tree containers☆276Updated 2 years ago
- Async GRPC with C++20 coroutine support☆75Updated 3 years ago
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- CN-CppUserGroup-2019-1,lock-free queue demo☆93Updated 5 years ago
- redis-cpp is a header-only library in C++17 for Redis (and C++11 backport)☆136Updated last year
- STL-based caches for C++☆116Updated 2 years ago
- nanorpc - lightweight RPC in pure C++ 17☆244Updated 2 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆329Updated last year
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 4 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- The Art of Template MetaProgramming (TMP) in Modern C++♦️☆170Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆217Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- A wait-free multi-producer-single-consumer queue in C11 atomics☆231Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- A public domain lock free queues implemented in C++11☆180Updated 11 years ago
- Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server crea…☆295Updated 5 months ago