[issue22127] performance regression in socket getsockaddrarg()

Antoine Pitrou report at bugs.python.org
Mon Aug 4 04:31:47 CEST 2014


Antoine Pitrou added the comment:

Note that even the bytes version is still quite slow. UDP is used for light-weight protocols where you may send thousands or more messages per second. I'd be curious what the sendto() performance is in raw C.

----------

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


More information about the Python-bugs-list mailing list