mirror of
https://github.com/boostorg/container.git
synced 2026-02-23 15:42:17 +00:00
- 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)
19 KiB
19 KiB