Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary use of std::array #1496

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Conversation

BillyONeal
Copy link
Member

std::array is actually not that cheap to compile and we did not really need it in these cases. ( https://raw.githubusercontent.com/ned14/stl-header-heft/master/graphs/msvs-2019.png )

The remaining place we still use it is in tools.cpp where it represents a version breakdown; that change was invasive so I've separated this off for now.

std::array is actually not that cheap to compile and we did not really need it in these cases. ( https://raw.githubusercontent.com/ned14/stl-header-heft/master/graphs/msvs-2019.png )

The remaining place we still use it is in tools.cpp where it represents a version breakdown; that change was invasive so I've separated this off for now.
@BillyONeal BillyONeal merged commit c16c026 into microsoft:main Sep 24, 2024
6 checks passed
@BillyONeal BillyONeal deleted the std-array branch September 24, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants