Skip to content

Preallocate vectors & share branches & remove clones

AdminXVII requested to merge AdminXVII/ion:preallocate-expansion into master

Make sure to preallocate the right length for vector as much as possible Combine branches where possible Don't split whitespaces and join with spaces after expand_process Don't clone, use references where possible

Edited by AdminXVII

Merge request reports