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

Minor code optimizations and linting #40

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Feb 10, 2024

  • Double referencing in format! args have a small perf impact
  • A few format arg inlining
  • Fixed a few pedantic clippy things

I was trying to solve #39 and was reviewing the code in the mean time - and this is the result, hope these nits are not too big of a problem, thx!

* Double referencing in format! args have a small perf impact
* A few format arg inlining
* Fixed a few pedantic clippy things
@frozenlib
Copy link
Owner

Thanks!

@frozenlib frozenlib merged commit baa1c21 into frozenlib:master Feb 11, 2024
1 check passed
@nyurik nyurik deleted the linting branch February 11, 2024 06:24
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