ocaml-containers
ocaml-containers copied to clipboard
refactor `CCRingBuffer`
use https://www.snellman.net/blog/archive/2016-12-13-ring-buffers/ (offset + length), should be simpler and more intuitive, especially for batch operations. See #126 for previous issues.
Will deal with that later.