mirror of
https://github.com/boostorg/container.git
synced 2026-07-07 06:40:49 +02:00
f483482d7c
- Add option to deque_impl to optimize a "single-ended" version. - If single_ended, start offset is not stored as member and is assumed to be zero. - Members with cases for front insertion are modified to avoid those branches. - If single_ended, only a free slot at the back on the index is needed instead of 2 (front and back)