fringd / zipline

A gem that lets you stream a zip file from rails
MIT License
288 stars 68 forks source link

Add output buffering #64

Closed julik closed 3 years ago

julik commented 3 years ago

to improve performance by decreasing the number of syscalls performed by the webserver. See https://github.com/WeTransfer/zip_tricks/issues/78 for the discussion related to this issue. This is likely to improve performance