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

bdk tracker at bugs.pypy.org
Mon Feb 18 03:12:24 CET 2013


bdk <bdkearns at gmail.com> added the comment:

Tested the modified _csv.py and it produces no measurable speedup on latest 
nightly, so I assume either the JIT has been improved and the modifications are 
no longer necessary, or the worthwhile modifications were incorporated in some 
form and not noted here.

Current relative timings to CPython 2.7.3 are as you have in "After changes to 
csv module's reader": about 1.3-1.5x CPython.

----------
nosy: +bdk
release: 1.4 -> 

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


More information about the pypy-issue mailing list