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

Add in comprehensive formatting changes and optimizations. #133

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Conversation

Alexhuszagh
Copy link
Owner

Minor changes with compile-time code elimination via #[cfg(...)] rather than trusting the compiler to do dead-code elimination via if cfg!(...) to get major performance improvements, seemingly getting 10% to 20% better performance for fast case scenarios.

@Alexhuszagh Alexhuszagh added regression Performance regressions. documentation Fix in the documentation labels Sep 14, 2024
Minor changes with compile-time code elimination via `#[cfg(...)]` rather
than trusting the compiler to do dead-code elimination via `if cfg!(...)`
to get major performance improvements, seemingly getting 10% to 20% better
performance for fast case scenarios.
@Alexhuszagh Alexhuszagh merged commit 7ae3165 into main Sep 14, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the format branch September 14, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Fix in the documentation regression Performance regressions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant