Willem

Results 17 repositories owned by Willem

bipbuffer

124
Stars
25
Forks
Watchers

A circular buffer alternative written in C under a BSD license

bmon

31
Stars
3
Forks
Watchers

Batch Monitor - Gain performance by combining work from multiple threads into a single batch

cbuffer

242
Stars
42
Forks
Watchers

A circular buffer written in C using Posix calls to create a contiguously mapped memory space. BSD Licensed.

raft

1.1k
Stars
265
Forks
Watchers

C implementation of the Raft Consensus protocol, BSD licensed

array-avl-tree

17
Stars
2
Forks
Watchers

An AVL tree implemented with an array, because cache misses keep you awake at night. Using a BSD license

duraqueue

18
Stars
3
Forks
Watchers

Durable dead simple queue that allows zero copy semantics. Durable under failure!

heap

30
Stars
6
Forks
Watchers

Heap priority queue written in C, licensed under a BSD license

heapless-bencode

48
Stars
12
Forks
Watchers

Bencode reader library that doesn't use the heap. Written in C with a BSD license

linked-list-queue

18
Stars
11
Forks
Watchers

A simple queue using a linked list written in C under the BSD license.

pearldb

148
Stars
21
Forks
Watchers

A Lightweight Durable HTTP Key-Value Pair Database in C