openworm / tracker-commons

Compilation of information and code bases related to open-source trackers for C. elegans
11 stars 12 forks source link

unzip to memory for Matlab #128

Open JimHokanson opened 7 years ago

JimHokanson commented 7 years ago

The Matlab implementation currently unzips to a directory, and then reads the files from the directory. It would be more performant to unzip directly to memory.

JimHokanson commented 7 years ago

The best option I've found so far seems to be: https://github.com/nmoinvaz/minizip

This seems to be the most update to data version of minizip. An older version is also available in the main zlib repo.