[pypy-issue] [issue729] Pypy strangely slow when reading files

Amaury Forgeot d Arc tracker at bugs.pypy.org
Wed Jun 1 17:31:40 CEST 2011


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

FWIW, CPython documentation says:
http://docs.python.org/library/subprocess.html#using-the-subprocess-module
If you experience performance issues, it is recommended that you try to enable
buffering by setting bufsize to either -1 or a large enough positive value (such
as 4096).

----------
nosy: +afa

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


More information about the pypy-issue mailing list