Buffer file streams for checkpoint restore
Opened this issue · 0 comments
Andlon commented
The snap documentation suggests to use a buffered reader when decompressing. However, the FrameEncoder docs suggest that buffering is not necessary for writing. So we should insert an intermediate BufReader
when restoring, but not when writing.