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

compile-time optimization #221

Merged
merged 1 commit into from
Nov 9, 2022
Merged

compile-time optimization #221

merged 1 commit into from
Nov 9, 2022

Conversation

Neargye
Copy link
Owner

@Neargye Neargye commented Nov 9, 2022

No description provided.

@Neargye
Copy link
Owner Author

Neargye commented Nov 9, 2022

@Trass3r If it doesn't difficult, can you check this option? Do you have any other ideas of what can be optimized?

@Neargye
Copy link
Owner Author

Neargye commented Nov 9, 2022

On clang compile time example

#include <magic_enum.hpp>
int main(){}

Total Execution Time: 0.3125 -> 0.2656

Before first optimization 0.4062 -> 0.2656

@Neargye Neargye merged commit aa1f286 into master Nov 9, 2022
@Neargye Neargye deleted the ct_optimization branch November 9, 2022 19:30
@Trass3r Trass3r mentioned this pull request Feb 6, 2023
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.

1 participant