basic-cli icon indicating copy to clipboard operation
basic-cli copied to clipboard

Support buffered file reading with specific buffer size

Open Anton-4 opened this issue 1 year ago • 0 comments

Currently our buffered file reading uses a single line buffer. Using a specific buffer size can be desired in some cases. A single line can still be very long or a specific buffer size can yield optimal performance.

Anton-4 avatar Jun 19 '24 15:06 Anton-4