Willem
Willem
bipbuffer
A circular buffer alternative written in C under a BSD license
bmon
Batch Monitor - Gain performance by combining work from multiple threads into a single batch
cbuffer
A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.
raft
C implementation of the Raft Consensus protocol, BSD licensed
array-avl-tree
An AVL tree implemented with an array, because cache misses keep you awake at night. Using a BSD license
duraqueue
Durable dead simple queue that allows zero copy semantics. Durable under failure!
heapless-bencode
Bencode reader library that doesn't use the heap. Written in C with a BSD license
linked-list-queue
A simple queue using a linked list written in C under the BSD license.