[pypy-issue] [issue1061] non-sequential file writes really slow in pypy

Armin Rigo tracker at bugs.pypy.org
Sun Feb 19 13:43:27 CET 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

When writing to /dev/shm to discount the time spent writing to disk, I get the
following measures (CPython left, PyPy right):

real    0m1.303s          real    0m0.802s
user    0m0.980s          user    0m0.420s
sys     0m0.320s          sys     0m0.260s

So PyPy is faster.  Can you provide more information?

----------
nosy: +arigo
status: unread -> chatting

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


More information about the pypy-issue mailing list