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
- Latency collector as an embedded library for C++☆13Updated 5 years ago
- 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 2 months ago
- 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
- Fast integer to string and string to integer conversion functions☆21Updated last year
- C++ Library of Atomic and Lockless Data Structures☆38Updated 5 years ago
- A Low-latency, Locality-conscious Memory Allocator with Stable Performance Scalability☆68Updated 11 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
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆30Updated 6 years ago
- fast prime sieve and hash algorithm☆38Updated 2 months ago
- std::map/std::set implementation using the adaptive radix tree☆14Updated 3 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
- For details, see the blog post:☆32Updated last year
- A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support☆77Updated 6 years ago
- A lightweight (3 file, single function) library for running micro-benchmarks on C++ code☆79Updated 9 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- ☆19Updated 6 months ago
- A SIMD optimized fixed-length string class along with an adaptive hash table for fast searching☆129Updated 3 years ago
- Malloc replacement with support for shared and persistent memory allocation☆33Updated 10 years ago
- C++20 liburing backed coroutine executor and event loop framework.☆66Updated 2 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 10 years ago
- C++11 tools for low latency systems. LMAX Disruptor, Ring, Ring Allocator.☆31Updated 5 years ago
- STL-compliant map and set container based on a C++11 Adaptive Radix Tree implementation.☆11Updated 8 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- ☆44Updated 4 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 6 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- Automatically exported from code.google.com/p/google-concurrency-library☆14Updated 9 years ago
- Fast C header-only library for popcnt, pospopcnt, and set algebraic operations☆45Updated 5 years ago