-
Notifications
You must be signed in to change notification settings - Fork 277
Improved locking performance on .NET 9.0+ #685
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
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 hidden or 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
3cea7b9
to
8ea2cac
Compare
cdc2786
to
0653bd9
Compare
8b29f59
to
81d8342
Compare
ec0682e
to
6417f15
Compare
24f4c14
to
478e7c3
Compare
Are you still interested in this @webprofusion-chrisc? In the meantime, the library can now be used as a source generator so that you do not add an external dependency. |
@webprofusion-chrisc would you like the source generator version? |
Hi Mark we'll definitely consider this for next year and yes a source generator would be preferable to a run-time library dependency. |
c6d4560
to
3baa832
Compare
804a9a1
to
a753f07
Compare
ee628c0
to
bc7c38f
Compare
0a93267
to
9e37495
Compare
a5f60f6
to
1d38712
Compare
8da7c8c
to
7f96dc4
Compare
64c1450
to
e893cb8
Compare
841b032
to
78bba25
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)