❔ Why is C# so slow on Linux? How can I speed it up?
Just "Hello World" take almost three seconds to execute.
What can I do to speed it up?
What can I do to speed it up?
$ time dotnet run --no-build --property:Configuration=Release
Hello, World!
real 0m2.798s
user 0m3.404s
sys 0m0.576s