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

Raymond Hettinger report at bugs.python.org
Sat Feb 2 19:46:31 CET 2013


Raymond Hettinger added the comment:

Also note, len>=1 and |n| < len//2, so even within a single block, memcpy() doesn't overwrite data.

----------

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


More information about the Python-bugs-list mailing list