- Beijing, China
- http://ilongshan.github.io
ringbuffer
C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
CN-CppUserGroup-2019-1,lock-free queue demo
Lock-free concurrent work stealing deque in C++
High-Performance Energy-Efficient C++11 Thread Pool with Sleeping Workers
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.
It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
Demonstrates usage of BSD sockets via UDP for high throughput processing
Software Development Laboratory: A Cygwin/Linux build environment separating source and object. Multiple language sample programs included.
A lock-free concurrent MPMC slot-based fixed-sized ringbuffer.
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
A thread-safe queue faster and more resource efficient than golang's native channels
A simple ring buffer (circular buffer) designed for embedded systems.
Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ri…
A ring buffer designed to work with embedded devices, does not use heap allocations.
Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
My ring/FIFO buffer implementation, for embedde applications. Tested on STM32L1, STM32F3, STM32F4 and PIC18F platforms.