[PyPy-issue] [issue641] reading CSV files with csv module is much slower than CPython 2.6.6
Alex Gaynor
pypy-dev-issue at codespeak.net
Tue Mar 1 18:35:43 CET 2011
Alex Gaynor <alex.gaynor at gmail.com> added the comment:
Amaury and I (mostly Amaury) did some work on CSV, much closer now:
alex at alex-laptop:/tmp$ time python test.py
real 0m0.830s
user 0m0.792s
sys 0m0.032s
alex at alex-laptop:/tmp$ time ~/projects/pypy/pypy-c test.py
real 0m1.324s
user 0m1.244s
sys 0m0.056s
_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue641>
_______________________________________________________
More information about the Pypy-issue
mailing list