Skip to content

Make vector operations more efficient

Rose requested to merge AtariDreams/cmake:vectors into master

Use reserve and emplace to make the code faster and simpler

Merge request reports