Skip to content

Add tests to RingBuffer, fix sizing issues

Bruce Joseph Gallop requested to merge dev_ring_buffer into devel

Use vector

Fix up pointer arithmetic (confusion over element size). Can now buffer more than 2 elements.

Add test with prime number size and block size

Merge request reports