bhavanajain / concurrent-priority-queues
Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based
☆8Updated 7 years ago
Alternatives and similar repositories for concurrent-priority-queues:
Users that are interested in concurrent-priority-queues are comparing it to the libraries listed below
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- For details, see the blog post:☆32Updated last year
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- Implementaions of concurrent lock-free SPSC queue in c++.☆17Updated 7 years ago
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆40Updated 3 years ago
- ☆44Updated 4 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 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
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 4 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- ☆12Updated 7 years ago
- a tiny coroutine lib using for c++☆24Updated 11 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- ☆18Updated 5 months ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- A special smart pointer to exchange data between threads☆37Updated 5 years ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆128Updated 3 years ago
- Miscellaneous scripts and things that dont merit their own repo. All under MIT License unless otherwise specified☆31Updated 2 years ago
- A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilit…☆16Updated 8 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- fast prime sieve and hash algorithm☆38Updated last month
- Cross-platform atomic operations and lock algorithm library☆97Updated 6 years ago