Skip to content

Ringbuf

Ghost User requested to merge ringbuf into master

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).

Merge request reports