matteomattei / PySquashfsImage

Python library to read Squashfs image files.
GNU General Public License v3.0
50 stars 20 forks source link

Add LZ4 compressor; avoid instantiating unused compressors #9

Closed charles-dyfis-net closed 6 years ago

charles-dyfis-net commented 6 years ago

This lets us load decompression modules at object creation time, not invocation time.