go-car icon indicating copy to clipboard operation
go-car copied to clipboard

Add read buffers wherever ReadByte() is called repeatedly

Open dirkmc opened this issue 2 years ago • 1 comments

dirkmc avatar Sep 22 '22 12:09 dirkmc

would there be a way to avoid this extra layer of bufio copies for cases where the backing ReaderAt passed to the car library is already a memory buffer?

willscott avatar Sep 23 '22 15:09 willscott