bhavanajain / concurrent-priority-queues
Implemented Concurrent Priority Queues using fine grained locking over sequential heap and lockfree skiplist-based
☆8Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for concurrent-priority-queues
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 3 years ago
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 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☆125Updated 3 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆35Updated 2 weeks ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 7 years ago
- 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
- C++ Library of Atomic and Lockless Data Structures☆38Updated 4 years ago
- std::map/std::set implementation using the adaptive radix tree☆13Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆55Updated 6 years ago
- For details, see the blog post:☆31Updated 11 months ago
- EDSL for C++ to make just-in-time code generation easier☆82Updated last year
- Implementaions of concurrent lock-free SPSC queue in c++.☆14Updated 6 years ago
- Tunnel is a Pipeline Execution Engine based on C++20 coroutine☆28Updated last year
- A shell style command line framework which can easily be incorporated into a linux c++ server, supporting telnet/nc clients☆38Updated 3 years ago
- A CPP wrapper for asynchronous socket server using linux's latest IO_URING API☆25Updated 2 years ago
- A benchmark of some prominent C/C++ hash table implementations☆37Updated 3 years ago
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆74Updated 6 years ago
- An intrusive lock-free multiple-producer, single-consumer queue in C++☆51Updated 8 years ago
- Lock-free allocator as described by Maged M. Michael, 2004☆44Updated 11 years ago
- Malloc replacement with support for shared and persistent memory allocation☆32Updated 10 years ago
- A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!☆47Updated 3 months ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆76Updated 8 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 13 years ago
- A single-header scheduler aware C++ oneshot channel☆19Updated last month
- async io-uring based kernel io library☆29Updated 3 years ago
- ☆17Updated last month
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆85Updated last year