NB: stdlib recommends 8k for the size of its own BufWriter.
Originally posted by @nabijaczleweli in #190
The internally used ChunkWriter has a similar purpose. Can we reuse the standard buffer here or refer to the standard definition, or change the buffer size? What are the benefits and motivation of that recommendation?
Originally posted by @nabijaczleweli in #190
The internally used
ChunkWriterhas a similar purpose. Can we reuse the standard buffer here or refer to the standard definition, or change the buffer size? What are the benefits and motivation of that recommendation?