|
|
|
|
|
by gpderetta
3 days ago
|
|
[from the linked article] > <deque>: Needs a major performance overhaul", acknowledging that the standard's mandated block size is too small and the design needs to be rebuilt at the next ABI break Except of course the standard does not mandate a block size. That's purely msvc picking a wrong block size and being stuck with it. The rant about lists is also nonsense. |
|
And why is the latter nonsense? lists have had terrible cache performance for decades now and vector is the better default choice of container.