bhavanajain / concurrent-priority-queues
Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based
☆9Updated 6 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
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 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
- W-TinyLFU cache C++11 header only implementation☆57Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- For details, see the blog post:☆32Updated last year
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated last month
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆127Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆144Updated 5 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆75Updated 6 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- A lock-free hash table that eanble multiple threads can concurrently read/write/delete up to 10M ops/s in mordern computer platform☆52Updated last year
- A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC☆117Updated 6 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- a tiny coroutine lib using for c++☆24Updated 10 years ago
- ☆15Updated 10 years ago
- ☆17Updated 3 months ago
- Fast wait-free algorithms designed for shared memory systems☆45Updated 6 years ago
- Different implementations of spinlock.☆104Updated 10 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆51Updated 11 months ago
- fast prime sieve and hash algorithm☆38Updated last year
- An implementation of the Judy array, wrapped in a c++ template. Uses Karl Malbrain's implementation, http://code.google.com/p/judyarray/ …☆42Updated 9 years ago
- network library based on io_uring and C++20 coroutine☆101Updated 4 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 2 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 10 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 years ago
- ☆42Updated 4 years ago