Streaming Large ZIP Downloads Without Exhausting Server Memory
A customer clicks “Download all” on a gallery containing 800 high-resolution images.
The naive backend implementation fetches every object into memory, creates a ZIP buffer, and only then sends the re
gallerydock.hashnode.dev2 min read