TkTech / fasterzip

A faster python zipfile.
Other
31 stars 0 forks source link

Not faster than `zipfile` #1

Open moi90 opened 2 years ago

moi90 commented 2 years ago

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)

TkTech commented 2 years ago

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