Skip to content
View ilongshan's full-sized avatar

Block or report ilongshan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stars

ringbuffer

56 repositories

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.

C++ 1,138 108 Updated Aug 12, 2024

simple C++11 ring buffer implementation, allocated and evaluated at compile time

C++ 408 65 Updated Apr 22, 2024

Fast, generalized, implementation of the Chase-Lev lock-free work-stealing deque for C++17

C++ 145 7 Updated Sep 11, 2021

Minimize lock-free queue ever!

C 132 27 Updated Sep 14, 2018

Lock-free multi-producer multi-consumer ring buffer FIFO queue.

C++ 179 39 Updated Jan 13, 2020

lock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!

C 143 23 Updated Nov 5, 2020

CN-CppUserGroup-2019-1,lock-free queue demo

C++ 88 18 Updated Aug 13, 2020

Lock-free concurrent work stealing deque in C++

C++ 38 3 Updated Feb 19, 2018

C++ heterogeneous and lock-free containers

C++ 13 2 Updated Sep 5, 2018

High-Performance Energy-Efficient C++11 Thread Pool with Sleeping Workers

C++ 8 3 Updated Dec 31, 2024

dynamic lock-free queue implementation

C++ 4 Updated Jan 3, 2020

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.

Rust 9 1 Updated Aug 11, 2022

Simple bounded lock-free queue.

C 3 1 Updated Dec 13, 2016

It's a robust lockless queue used in multiprocessing, and it can deal with the situation that any process aborts at any line.

C 8 2 Updated Jun 20, 2020

C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue

C++ 12 3 Updated May 14, 2021

Demonstrates usage of BSD sockets via UDP for high throughput processing

C++ 2 Updated Nov 11, 2018

Software Development Laboratory: A Cygwin/Linux build environment separating source and object. Multiple language sample programs included.

C++ 2 Updated Apr 2, 2025

A lock-free concurrent MPMC slot-based fixed-sized ringbuffer.

Rust 2 1 Updated Jul 5, 2023

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

C++ 4 Updated Jul 23, 2021

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO

C++ 2,046 607 Updated Apr 1, 2025

A thread-safe queue faster and more resource efficient than golang's native channels

Go 674 20 Updated Mar 12, 2024

A simple ring buffer (circular buffer) designed for embedded systems.

C 568 191 Updated Jan 14, 2025

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…

Go 159 7 Updated Sep 17, 2023

轻量级网络库, 基于C++11

C++ 113 60 Updated Feb 19, 2022

A ring buffer designed to work with embedded devices, does not use heap allocations.

C++ 53 5 Updated Jan 17, 2023

Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices

C 94 18 Updated Jun 18, 2024

Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:

Go 99 7 Updated Feb 7, 2025

A fixed-size circular buffer written in Rust.

Rust 113 23 Updated Oct 31, 2024

A fast, generic fifo for MCUs.

C 61 13 Updated Jul 2, 2022

My ring/FIFO buffer implementation, for embedde applications. Tested on STM32L1, STM32F3, STM32F4 and PIC18F platforms.

C 18 3 Updated Jul 26, 2023