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

Enable performance-* checks and fix findings #279

Merged
merged 1 commit into from
Sep 20, 2022

Conversation

Neverlord
Copy link
Member

Followup to #274, relates #249.

The performance findings of clang-tidy where mostly about (mis-) using move on primitive types, omitting noexcept in trivial constructors and making unnecessary copies where a const-reference (or view type such as std::string_view) would do.

@Neverlord Neverlord force-pushed the topic/neverlord/performance-checks branch from 7a2ef78 to e44f207 Compare September 13, 2022 14:51
@timwoj timwoj merged commit 7352135 into master Sep 20, 2022
@timwoj timwoj deleted the topic/neverlord/performance-checks branch September 20, 2022 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants