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 SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- A highly optimized single producer single consumer message queue C++ template☆261Updated 2 years ago
- 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
- An open addressing linear probing hash table, tuned for delete heavy workloads☆204Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆175Updated last year
- A fast work-stealing queue template in C++☆307Updated last year
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- A disruptor thread-synchronisation data structure for C++11.☆127Updated 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 …☆295Updated 8 months ago
- Comprehensive benchmarks of C++ maps☆309Updated 2 years ago
- STL-based caches for C++☆116Updated 2 years ago
- Boost.Lockfree☆133Updated 2 weeks ago
- Async GRPC with C++20 coroutine support☆73Updated 2 years ago
- Boost.Coroutine2☆134Updated last month
- Modern C++ B-tree containers☆272Updated 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
- C++ cache with LRU/LFU/FIFO policies implementation☆362Updated last week
- Lock-free multi-producer multi-consumer ring buffer FIFO queue.☆180Updated 5 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆78Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Modern C++ binding for liburing (io_uring) that features C++ coroutines support☆306Updated 10 months ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 8 months ago
- Performance comparison of the most popular C++ serialization protocols such as Cap'n'Proto, FastBinaryEncoding, Flatbuffers, Protobuf, JS…☆153Updated last year
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated last year
- A C++ library providing various concurrent data structures and reclamation schemes.☆587Updated 2 months ago
- Use functors, lambdas and std::chrono to schedule tasks in the near future☆93Updated 3 years ago
- network library based on io_uring and C++20 coroutine☆103Updated 5 years ago
- Sample implementation of C++20 atomic_wait/notify☆59Updated 5 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago