[issue16398] deque.rotate() could be much faster

Raymond Hettinger report at bugs.python.org
Sat Jan 12 07:32:28 CET 2013


Raymond Hettinger added the comment:

John, that wouldn't work because the blocks are fixed length and the endmost blocks are typically only partially filled, so all the data elements have to shift positions within their blocks.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list