[PyPy-issue] [issue641] reading CSV files with csv module is much slower than CPython 2.6.6

Janos pypy-dev-issue at codespeak.net
Tue Mar 1 12:25:17 CET 2011


Janos <mjanos5 at gmail.com> added the comment:

Nice work guys, thank you. I did not know David's workuntil now, just tried the
latest release.

I just now tried the latest build,
pypy-c-nojit-42363-36c913eb1084-linux.tar.bz2, and it is really fast:

user at localhost:~/temp/pypytest$ time
~/usr/pypy-c-jit-42353-28258c92cb25-linux/bin/pypy float_test.py 

real	0m0.319s
user	0m0.300s
sys	0m0.016s

user at localhost:~/temp/pypytest$ time
~/usr/pypy-c-jit-42353-28258c92cb25-linux/bin/pypy csvparsingtest_read.py 

real	0m0.444s
user	0m0.380s
sys	0m0.052s

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue641>
_______________________________________________________



More information about the Pypy-issue mailing list