Antoine Pitrou added the comment:

Linux, 64-bit quad core:

With 4K buffer:

$ time ./python test_sub_read.py 
0.25217683400114765

real    0m0.296s
user    0m0.172s
sys     0m0.183s

With 64K buffer:

$ time ./python test_sub_read.py 
0.09257541999977548

real    0m0.132s
user    0m0.051s
sys     0m0.096s

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to