Y
Hacker News
new
|
ask
|
show
|
jobs
by
nly
186 days ago
Most people implement them now in my field using mmap tricks so the CPU can do the wraparound for you in virtual memory.
Makes the code trivial
1 comments
thrtythreeforty
186 days ago
Not only that, but you can also always form a normal (ptr, size) slice reference to any piece of the ring buffer, even when it wraps. This is
really
helpful for Eigen arrays that you need to rotate.
link