Serhiy Storchaka added the comment:

There is an opportunity of further optimisation. For example 
deque(range(100000), maxlen=100001) *= 2 copies 100000 elements while it is 
enough to copy just 1 element. But I don't know whether it is worth to optimise 
this.

----------

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

Reply via email to