fasterzip icon indicating copy to clipboard operation
fasterzip copied to clipboard

Not faster than `zipfile`

Open moi90 opened this issue 3 years ago • 1 comments
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)

moi90 avatar Jul 04 '22 09:07 moi90

What version of Python? What test file? What test?

TkTech avatar Jul 05 '22 01:07 TkTech