ZipFile::Builder states that it does not apply compression to the created zip file. A simple test confirms this (e.g. a 62k folder becomes 58k file with ZipFile::Builder, whereas an OSX zipped version reports 33k)
Are there plans to add compression, and if not very soon then is there a workaround to apply compression? Do I need to dig into zlib for this?
Thanks
