lockless-generic-ring-buffer
lockless-generic-ring-buffer copied to clipboard
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...
Results
1
lockless-generic-ring-buffer issues
Sort by
recently updated
recently updated
newest added
I am curious if this supports multi-process cases where the ring buffer is shared memory (either shared mmap or shmem). Have you tested this, is it meant to be supported?