chunkedseq
container library for large in-memory data sets
|
Our deque, stack and bag containers implement the random-access iterators in the style of STL's random-access iterators.
mydeque contains: 0 1 2 3 4
As a bonus, the iterator classes support access to segments via the method get_segment. For more information on this operation, see the documentation on segments.