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

chore: reduce inline(always) in algorithms #374

Merged
merged 2 commits into from
May 27, 2024

Conversation

DaniPopes
Copy link
Contributor

No benefit to inlining big algorithms since they won't get optimized further and only bloat the callsite. Leave up just the inline hint rather than forcing it.

@DaniPopes DaniPopes requested a review from prestwich as a code owner May 27, 2024 17:15
@prestwich prestwich merged commit fb9482f into recmo:main May 27, 2024
17 of 18 checks passed
@DaniPopes DaniPopes deleted the less-always branch May 27, 2024 17:38
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