Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 541 Bytes

Fasterzip

Fasterzip is a self-contained Python3.6+ and pypy3 cython module wrapping a subset of the miniz library to provide fast decompression of ZIP files when compared to the built-in zipfile module. Extraction of ZIP files with many entries is typically around ~33% faster.

Performance

Sample CPython zipfile fasterzip Speedup
Reading 100000 1-byte files ~3.43s ~1.24s 63%