[issue25246] Alternative algorithm for deque_remove()

Raymond Hettinger report at bugs.python.org
Wed Dec 23 14:44:46 EST 2020


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

Created a new PR that gives a substantial speed-up while keeping the API unchanged and while closely matching the logic for list.remove().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25246>
_______________________________________


More information about the Python-bugs-list mailing list