Danny Robson bdc4a09356 tools/analyse: use a deque to avoid expensive reallocations
We can amass a fair amount of allocated memory on some operations, so a
vector resize can exceed the available memory of a system on some
operations.
2021-01-23 06:48:39 +10:00
..