Внутреннее устройство STL: реализация deque

I am using a std::deque for storing a large collection of items.
I know that deques is implemented as a list of vectors. The size of those vectors cannot be set but I wander what is the algorithm for choosing that size.

13
задан Community 23 May 2017 в 12:09
поделиться