-
-
Notifications
You must be signed in to change notification settings - Fork 78
Remove allocations and improve performance #577
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
Conversation
ltrzesniewski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
- I cleaned up some stuff while reviewing
- The readme would need an update after this change
|
Beautiful cleanup, thank you. I started working on the nullable things, but didn't want to mix it into this PR, but will do it in a next PR. Also updated the readme. |
|
lgtm. want me to deploy? |
yes please, thank you! I will create another PR after the release to introduce nullable. |
This PR uses
Stopwatch.GetTimestampinstead of creating a new stopwatch which results in both memory and performance improvements.Fixes #575