zipstreamer
zipstreamer copied to clipboard
Resolved: "// TODO: flush after every 32kb instead of every file to r…
flush after every 32kb instead of every file to reduce memory
@scosman Could you please get this merged? Thank you
Ok. I can see that related project has been taken down and this pull request is still open.
Thanks for the patch!
io.Copy apparently already does use a 32KB buffer (strange it's the exact amount from my comment, but I'll take it).
Closing since this is not needed. I'll clean up the comment.
https://cs.opensource.google/go/go/+/refs/tags/go1.19.2:src/io/io.go;l=385