rigtorp / SPSCQueueLinks
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
☆1,151Updated 2 years ago
Alternatives and similar repositories for SPSCQueue
Users that are interested in SPSCQueue are comparing it to the libraries listed below
Sorting:
- A bounded multi-producer multi-consumer concurrent queue written in C++11☆1,465Updated last year
- C++14 lock-free queue.☆1,803Updated last month
- A C++ library providing various concurrent data structures and reclamation schemes.☆632Updated 5 months ago
- A high performance C++ log library, producing structured binary logs☆768Updated 3 weeks ago
- C++20 coroutine library☆901Updated 3 weeks ago
- Unified Executors☆1,679Updated 2 weeks ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,165Updated last month
- Fast C++ IPC using shared memory☆626Updated 3 years ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,590Updated 7 months ago
- A low overhead nanosecond clock based on x86 TSC☆354Updated 11 months ago
- Fast and memory efficient c++ flat hash table/map/set☆674Updated last week
- simple C++11 ring buffer implementation, allocated and evaluated at compile time☆443Updated last year
- A lightweight C++20 serialization and RPC library☆908Updated 4 months ago
- Yet Another Serialization☆770Updated 11 months ago
- P1031 low level file i/o and filesystem library for the C++ standard☆1,014Updated 2 weeks ago
- C++ Benchmark Authoring Library/Framework☆862Updated 3 months ago
- C++ cache with LRU/LFU/FIFO policies implementation☆377Updated last week
- Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20☆1,660Updated last year
- Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue☆228Updated 2 years ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Updated 2 months ago
- Async++ concurrency framework for C++11☆1,412Updated last year
- Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20☆1,599Updated 2 years ago
- Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all☆2,733Updated 8 months ago
- C++11 thread-safe container for sharing data between threads (synchronized queue)☆572Updated 6 months ago
- A High-Performance Work-Stealing Queue for C++☆331Updated 2 weeks ago
- High performance C++11 thread pool☆584Updated 5 years ago
- A modern, fast, lightweight thread pool library based on C++2x☆549Updated last week
- A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines☆804Updated this week
- fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.☆974Updated 11 months ago
- We make any object thread-safe and std::shared_mutex 10 times faster to achieve the speed of lock-free algorithms on >85% reads☆521Updated 3 years ago