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

TkTech/fasterzip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%

Releases

No releases published

Sponsor this project

 

Packages

No packages published