Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r5456:a7a1d8353177 Date: 2014-11-05 17:01 +0200 http://bitbucket.org/pypy/extradoc/changeset/a7a1d8353177/
Log: ups kill a redundant section and fix links diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst --- a/blog/draft/io-improvements.rst +++ b/blog/draft/io-improvements.rst @@ -67,10 +67,6 @@ XXXX -`The benchmark`_ consists of looped calls to ``os.read``, ``os.write`` -or ``file.read`` and ``file.write`` using different size strings. For writing -the strings are freshly constructed. Consult the benchmark for details. - What we can see is that ``os.read`` and ``os.write`` both improved greatly and outperforms CPython now for each combination. ``file`` operations are a little more tricky, and while those branches improved the situation a bit, @@ -89,4 +85,4 @@ Cheers, fijal -.. _`The benchmark`: https://bitbucket.org/pypy/benchmarks/src/69152c2aee7766051aab15735b0b82a46b82b802/io/iobasic.py?at=default +.. _`this benchmark`: https://bitbucket.org/pypy/benchmarks/src/69152c2aee7766051aab15735b0b82a46b82b802/io/iobasic.py?at=default _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
