component-detection
component-detection copied to clipboard
Use `sealed` where possible
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.