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

Make use of .NET 9.0's System.Threading.Lock which is more performant #955

Open
1 task done
MarkCiliaVincenti opened this issue Aug 13, 2024 · 1 comment
Open
1 task done
Labels
is:task A chore to be done
Milestone

Comments

@MarkCiliaVincenti
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Task description

.NET 9.0's System.Threading.Lock provides a method for locking, instead of locking on an object, that is about 25% more performant.

@MarkCiliaVincenti MarkCiliaVincenti added the is:task A chore to be done label Aug 13, 2024
@paulirwin paulirwin added this to the Future milestone Oct 21, 2024
@paulirwin
Copy link
Contributor

As mentioned in the PR #956, we are not planning on targeting .NET 9 for the 4.8 release. Added to the Future milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants