[issue5502] io-c: TextIOWrapper is faster than BufferedReader but not protected by a lock

Antoine Pitrou report at bugs.python.org
Tue Apr 7 00:16:57 CEST 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Here is a patch which provides a significant speedup (up to 30%) on
small operations (small reads, iteration) on binary files. Please test.

----------
keywords: +patch
Added file: http://bugs.python.org/file13642/speedup-bufio.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5502>
_______________________________________


More information about the Python-bugs-list mailing list