lockless-generic-ring-buffer
★ 0
updated 2y ago
⑂ fork
Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring buffers using interfaces.
No plain-English explanation yet — one is being written right now. Check back in a minute.