linear_ringbuffer icon indicating copy to clipboard operation
linear_ringbuffer copied to clipboard

A C++ ringbuffer that always looks like a flat array

Results 2 linear_ringbuffer issues
Sort by recently updated
recently updated
newest added

There doesn't seem to be a mremap in macos

I'd like to use io_buffer from a reader thread and a writer thread How can I do it safely and efficiently?