Author: Armin Rigo <[email protected]>
Branch: rpython-deque
Changeset: r86202:718e6e3e8ece
Date: 2016-08-14 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/718e6e3e8ece/
Log: Building a subset of deques in RPython: really just lists, but with
a "gap" at the start which allows O(1) implementation of a few
operations like 'lst.insert(0, x)' and 'del lst[:n]'.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit