[issue19087] bytearray front-slicing not optimized

Antoine Pitrou report at bugs.python.org
Sun Sep 29 23:40:37 CEST 2013


Antoine Pitrou added the comment:

> Could you please show concrete code in which you are going to use this 
> optimization?

There's no need to "use" this optimization. Any networking code that has to find message boundaries and split on them will benefit. If you don't understand that, I'm not willing to explain it for you.

----------

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


More information about the Python-bugs-list mailing list