12 results found Sort:
- Filter by Primary Language:
- C++ (4)
- C (3)
- Go (3)
- Python (1)
- Rust (1)
- +
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Created
2016-08-13
1,192 commits to master branch, last one 27 days ago
A thread-safe queue faster and more resource efficient than golang's native channels
Created
2022-04-27
227 commits to main branch, last one 8 months ago
A simple ring buffer (circular buffer) designed for embedded systems.
Created
2014-02-04
31 commits to master branch, last one 10 days ago
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Created
2017-06-23
98 commits to master branch, last one 7 months ago
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 ring ...
Created
2021-12-20
47 commits to master branch, last one about a year ago
轻量级网络库, 基于C++11
Created
2018-02-23
75 commits to master branch, last one 3 years ago
A fixed-size circular buffer written in Rust.
Created
2020-06-11
338 commits to main branch, last one 22 days ago
Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices
Created
2020-04-15
25 commits to main branch, last one about a year ago
Ring-buffer implementation that thinly wraps a numpy array
Created
2016-11-14
26 commits to master branch, last one about a year ago
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Created
2020-07-02
91 commits to master branch, last one 3 months ago
A ring buffer designed to work with embedded devices, does not use heap allocations.
Created
2021-06-06
32 commits to master branch, last one 3 years ago
CherryRingBuffer is an efficient and easy-to-use ringbuffer
Created
2023-06-21
3 commits to master branch, last one 9 months ago