Improved locking performance on .NET 9.0+#685
Open
MarkCiliaVincenti wants to merge 238 commits intowebprofusion:developmentfrom
Open
Improved locking performance on .NET 9.0+#685MarkCiliaVincenti wants to merge 238 commits intowebprofusion:developmentfrom
MarkCiliaVincenti wants to merge 238 commits intowebprofusion:developmentfrom
Conversation
Package updates
Package updates Package updates
ec0682e to
6417f15
Compare
24f4c14 to
478e7c3
Compare
Author
|
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. |
Author
|
@webprofusion-chrisc would you like the source generator version? |
Contributor
|
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
acb3edc to
c9d99e9
Compare
6468273 to
6612a71
Compare
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
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)