fasterzip
fasterzip copied to clipboard
Not faster than `zipfile`
trafficstars
Apart from having a slightly different interface, this package is not faster than the builtin zipfile in my tests:
| package | time |
|---|---|
zipfile |
00:56 |
fasterzip |
01:15 |
(157,107 small files, Python 3.7)
What version of Python? What test file? What test?