willemt / cbuffer
A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.
☆254Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for cbuffer
- A circular buffer alternative written in C under a BSD license☆137Updated 5 years ago
- Lock-free ring buffer (MPSC)☆447Updated 4 years ago
- Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.☆139Updated 5 years ago
- A concurrent user-level thread library implemented in C++☆314Updated 4 years ago
- Concurrent Programming Library (Coroutine) for C11☆361Updated 3 years ago
- Self-contained C/C++ profiler library for Linux☆178Updated 3 weeks ago
- C11 Lock-free Stack☆180Updated 6 months ago
- Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues☆423Updated 2 months ago
- libsrt is a C library for writing fast and safe C code, faster. It provides string, vector, bit set, set, map, hash set, and hash map han…☆549Updated last year
- Our open source benchmarks and code samples☆188Updated last month
- Lightweight event loop library for Linux epoll() family APIs☆240Updated 8 months ago
- User space threading (aka coroutines) library for C resembling GoLang and goroutines☆166Updated 6 years ago
- A KISS, cross-platform C mocking library