-
Notifications
You must be signed in to change notification settings - Fork 257
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
Improved locking performance on .NET 9.0+ #685
Open
MarkCiliaVincenti
wants to merge
238
commits into
webprofusion:development
Choose a base branch
from
MarkCiliaVincenti:net9locking
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Improved locking performance on .NET 9.0+ #685
MarkCiliaVincenti
wants to merge
238
commits into
webprofusion:development
from
MarkCiliaVincenti:net9locking
+16,777
−3,546
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package updates
Package updates Package updates
Update DotNetCore_Unit_Tests_Linux.yaml Update DotNetCore_Unit_Tests_Win.yaml Update DotNetCore_Unit_Tests_Linux.yaml Update DotNetCore_Unit_Tests_Linux.yaml Update DotNetCore_Unit_Tests_Linux.yaml
Thanks Mark! We don't typically struggle with lock performance but we'll definitely consider integrating this for modernity, the backported dependency is potentially a little risky for us as all of our users are currently on net462 builds but we'll see. |
Package updates Package updates Package updates Package updates
webprofusion-chrisc
force-pushed
the
development
branch
from
September 4, 2024 04:04
066db1d
to
5670659
Compare
webprofusion-chrisc
force-pushed
the
development
branch
from
September 22, 2024 08:41
3cea7b9
to
8ea2cac
Compare
webprofusion-chrisc
force-pushed
the
development
branch
2 times, most recently
from
October 9, 2024 05:30
cdc2786
to
0653bd9
Compare
webprofusion-chrisc
force-pushed
the
development
branch
3 times, most recently
from
October 17, 2024 08:54
8b29f59
to
81d8342
Compare
webprofusion-chrisc
force-pushed
the
development
branch
2 times, most recently
from
October 31, 2024 06:25
ec0682e
to
6417f15
Compare
webprofusion-chrisc
force-pushed
the
development
branch
from
November 5, 2024 06:30
24f4c14
to
478e7c3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new System.Threading.Lock offers greater performance, as independent benchmarks show (eg https://steven-giesel.com/blogPost/4cf6d48a-ec9d-4c68-961c-31fd8d8c1340)