New submission from mrjbq7 <[email protected]>: Using the 6.7MB airport.csv file from ourairports.com (http://www.ourairports.com/data/airports.csv) saved to "/tmp/airports.csv", and the attached python script (csvtest.py).
On Python 2.7.2: reading took 0.137 seconds writing took 0.126 seconds complete took 0.264 seconds On PyPy 1.9.0: reading took 0.627 seconds writing took 0.491 seconds complete took 1.118 seconds ---------- messages: 5485 nosy: mrjbq7, pypy-issue priority: performance bug status: unread title: CSV module is slow ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1429> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
