- thread safe lock free ring buffers that seek to minimize false sharing
- shameless port of two Golang implementations
- SPSC:
https://github.com/andy2046/gopie/blob/master/pkg/spsc/spsc.go
- MPMC:
https://github.com/hedzr/go-ringbuf/tree/master/mpmc
- SPSC:
- add in memory mapped versions that allow for usage across different processes