Serhiy Storchaka added the comment:

And the same is for a list. List and bytearray are wrong types for front 
deleting. I don't think we should increase the size of bytearray, and 
complicate and slowdown it for such special purpose.

If you want to implement a fifo using bytearray more optimal, defer the 
deleting until used size less than a half of allocated size. See for example 
XMLPullParser.read_events() in Lib/xml/etree/ElementTree.py.

----------
nosy: +serhiy.storchaka

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

Reply via email to