[pypy-issue] [issue733] bz2 decompression is very slow

Justin Peel tracker at bugs.pypy.org
Mon Jul 11 18:11:21 CEST 2011


Justin Peel <peelpy at gmail.com> added the comment:

I just thought that I'd post the current results on the tests that jonash was 
using:

python2.7.1 and bz2:
500000 0.00
1000000 0.01
5000000 0.03
10000000 0.05
100000000 0.53

pypy nightly and bz2:
500000 0.00
1000000 0.01
5000000 0.05
10000000 0.09
100000000 0.80

python2.7.1 and gzip:
500000 0.00
1000000 0.00
5000000 0.03
10000000 0.06
100000000 0.61

pypy nightly and gzip:
500000 0.01
1000000 0.02
5000000 0.13
10000000 0.24
100000000 2.06

So things are better for both of them, but gzip in particular is still really 
struggling in pypy.

----------
nosy: +justinpeel

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue733>
________________________________________


More information about the pypy-issue mailing list