Serhiy Storchaka added the comment:

There is more optimal approach.

Find not just an index in a deque, but a block and an index in a block. After 
that move left or right part of a deque one position right or left. 
__delitem__() could be 2 times faster, remove() could be faster too. Helpers 
proposed in issue17394 allow to do this easily.

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

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

Reply via email to