Replies: 1 comment
-
You might be interested in ReadyToRun. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I've read about .net 7 performance improvements and I decided to try what is the improvement of the startup time of WPF app ran in net48 vs net6.0-windows and net7.0-windows. This is the test code https://github.com/ekalchev/WpfAppStartupTime
Results on my machines are
200ms for net48
430ms for net6 and net7
I tried to compile some heavy WPF app to see if what will be the difference. I took https://github.com/fluentribbon/Fluent.Ribbon and I can see about 200-300ms longer startup times in the net6 and net7. I wonder why after all the fuss with performance improvements the startup time is significantly slower. Can I do something to improve this?
Beta Was this translation helpful? Give feedback.
All reactions