BinaryCodable icon indicating copy to clipboard operation
BinaryCodable copied to clipboard

Implement a ring buffer in BufferedData

Open jverkoey opened this issue 7 years ago • 0 comments

BufferedData currently pulls data into a buffer that will increase in size indefinitely. This implementation should be replaced with a ring buffer that only grows if blocks of data are requested above the current ring buffer size.

jverkoey avatar Feb 23 '19 05:02 jverkoey