lock-free-queue
There are 31 repositories under lock-free-queue topic.
sail-sg/envpool
C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
DNedic/lockfree
A collection of lock-free data structures written in standard C++11
jnk0le/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
p-ranav/hypergrep
Recursively search directories for a regex pattern
craflin/LockFreeQueue
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
ConorWilliams/ConcurrentDeque
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
Taymindis/lfqueue
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
darkautism/lfqueue
Minimize lock-free queue ever!
mutouyun/lock-free-queue
CN-CppUserGroup-2019-1,lock-free queue demo
ssbl/concurrent-deque
Lock-free concurrent work stealing deque in C++
alpc62/lock-free-queue
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
giucamp/density
C++ heterogeneous and lock-free containers
lemonrock/magic-ring-buffer
A Rust crate providing a magic ring buffer (also known as a virtual ring buffer, VRB, or mirrored buffer) which is lock-free for multiple producers and a single consumer.
xywanz/MP-LFQueue
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
yvoinov/thread-pool-cpp
High-Performance Energy-Efficient C++11 Thread Pool with Sleeping Workers
onatm/Frigate
Multi-Producer-Single-Consumer queue for .Net
flexxxxer/concurrent-queue
dynamic lock-free queue implementation
Teenvan/wait-free-simulation
Implementation of a wait-free simulation for a lock-free algorithm as described in the paper - A Practical Wait-Free Simulation for Lock-Free Data Structures
DennisCGc/ringbuffer
Simple bounded lock-free queue.
franke-hub/SDL
Software Development Laboratory: A Cygwin/Linux build environment separating source and object. Multiple language sample programs included.
robclu/circlet
A lock-free concurrent MPMC slot-based fixed-sized ringbuffer.
valentinivanov/sockets
Demonstrates usage of BSD sockets via UDP for high throughput processing
huanpc/lock_free_queue_practice
Implement lock free queue technique by myself
tanshoo/non-blocking-and-lock-free-queues
Non-blocking, lock-free queues in C with multiple readers and writers. Includes SimpleQueue, RingsQueue, LLQueue, BLQueue, and Hazard Pointer for safe memory management.
asijka-hub/MIMUW-PW-lockfree
different variants of concurrent queue
nsteps/concurrency
Concurrent data structures and common problems
pustotnik/playground
Some experiments, tests, benchmarks, etc.
tanshoo/single-consumer-lock-free-queue
Lock-free queue with a single reader and multiple writers, implemented in Kotlin.
DhruvSrikanth/TwitterGo
A parallelized twitter application implemented with a producer consumer model and lock free queue in Go.
dj-d/VoLFDS
Verification of Lock-Free Data Structure
Raimo33/IPQ
low latency lock-free Inter-Process Queues