Files
container/test
Ion Gaztañaga f483482d7c Optimize segmented_vector:
- 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)
2026-02-03 02:09:50 +01:00
..
2025-12-11 15:16:24 +01:00
2025-11-09 21:15:37 +01:00
2025-11-29 21:45:18 +01:00
2025-11-29 21:45:18 +01:00
2025-11-29 21:45:18 +01:00
2025-11-29 21:45:18 +01:00
2025-11-29 21:45:18 +01:00
2025-11-29 21:45:18 +01:00
2025-11-29 21:45:18 +01:00
2016-05-13 22:17:23 +02:00