Christian Heimes added the comment:

I see a potential performance issue here. The block size is a small value, 
usually a couple of kb. With such a small value, the runtime will be dominated 
by Python call overhead and syscalls.

----------

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

Reply via email to