[pypy-issue] [issue1429] CSV module is slow

mrjbq7 tracker at bugs.pypy.org
Thu Mar 21 18:17:13 CET 2013


mrjbq7 <mrjbq7 at gmail.com> added the comment:

Ok, much better!

PyPy nightly build (pypy-c-jit-61334-6bf80dae95f7-osx64):

reading took 0.201 seconds
writing took 0.129 seconds
complete took 0.330 seconds

PyPy 2.0-beta1:


reading took 0.317 seconds
writing took 0.141 seconds
complete took 0.458 seconds

Reading is still a bit slower than Python 2.7, but you could probably close this 
bug since the difference is small... thank you (and sorry for not testing on a 
more recent build)!

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


More information about the pypy-issue mailing list