• B
    deque: Move the shorter part when growing · 8a326767
    blake2-ppc 提交于
    The deque is split at the marker lo, or logical index 0. Move the
    shortest part (split by lo) when growing. This way add_front is just as
    fast as add_back, on average.
    8a326767
deque.rs 17.6 KB