Skip to content

Speedups: Use brace-initializer for vector

This is much faster than appending or shifting things into the vector.

Merge request reports