zip_tricks icon indicating copy to clipboard operation
zip_tricks copied to clipboard

Compact ZIP file writing/reading for Ruby, for streaming applications

Results 2 zip_tricks issues
Sort by recently updated
recently updated
newest added

I was looking into using `zip_tricks` in order to implement customer data export, and while it seems to work really nice with S3 multipart upload as per [this cool article](https://rip.hibariya.org/post/creating-uploading-huge-archive-files-with-ruby/),...

I'm testing this out on a Heroku dyno, and pointing zipline at some remote file URLs to be zipped. Things are working as expected but memory usage increases significantly and...