]> granicus.if.org Git - python/commit
Issue #4663: increase the chunk size to improve TextIOWrapper performance on small...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Dec 2008 23:01:43 +0000 (23:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 15 Dec 2008 23:01:43 +0000 (23:01 +0000)
commit56b3a40e057954f4bdbf8e432755980a226900aa
tree0548d0795e61d78e0ae3c376e75acbadc8bbe7b9
parent2674aacb16243573239f4926764cfba39babb4f5
Issue #4663: increase the chunk size to improve TextIOWrapper performance on small reads.
Text I/O is still 10x to 100x slower than 2.x!
Lib/io.py