Raymond Hettinger added the comment:

> As for fix_prepending2.diff, could you please provide
> any benchmark results>

No.  Inserting at the beginning of a list is always O(n) and inserting at the 
beginning of a deque is always O(1).

----------

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

Reply via email to