[issue11743] Rewrite PipeConnection and Connection in pure Python

Antoine Pitrou report at bugs.python.org
Sun Apr 3 18:03:06 CEST 2011


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

The patch slows down Pipe() a bit, by the way. On my machine, each message sent and received has an additional 10µs overhead. See attached benchmark script.

----------
Added file: http://bugs.python.org/file21516/pipebench.py

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


More information about the Python-bugs-list mailing list