15 ms·
Stack can be easily created with Vector (I can add it, thanks for the hint). I am conceptually against using Deque. If you need to keep stable addresses for obj
by pagghiu 3y ago
Stack can be easily created with Vector (I can add it, thanks for the hint).
I am conceptually against using Deque. If you need to keep stable addresses for objects you can use ArenaMap
https://pagghiu.github.io/SaneCppLibraries/library_containers.html#autotoc_md87 https://pagghiu.github.io/SaneCppLibraries/library_container...