Ringbuf
An implementation of #13 (closed). The ringbuffer is lock-free and hopefully fast, but I didn't invest any effort in actually measuring it in any way. If it turns out to be too slow, we'll likely see it.
There's a bit of thread-synchronisation magic, but it should be fine on the language level (no crazy template arcana).