11 results found Sort:

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
Created 2016-08-13
1,175 commits to master branch, last one 15 days ago
17
637
mit
11
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 2 months ago
A simple ring buffer (circular buffer) designed for embedded systems.
Created 2014-02-04
30 commits to master branch, last one 6 months ago
simple C++11 ring buffer implementation, allocated and evaluated at compile time
Created 2017-06-23
98 commits to master branch, last one about a month 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 8 months ago
60
108
unknown
7
轻量级网络库, 基于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
333 commits to main branch, last one 15 days ago
Ring-buffer implementation that thinly wraps a numpy array
Created 2016-11-14
26 commits to master branch, last one 7 months 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 7 months ago
4
65
apache-2.0
3
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Created 2020-07-02
86 commits to master branch, last one 5 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 2 years ago