component-detection icon indicating copy to clipboard operation
component-detection copied to clipboard

Use `sealed` where possible

Open JamieMagee opened this issue 3 years ago • 0 comments

In .NET 6, there were many performance improvements made to marking classes as sealed. Microbenchmarks show somewhere between 2x to 500x performance improvement.

This may require #455 to be completed first.

JamieMagee avatar Mar 02 '23 16:03 JamieMagee