C#C
C#3y ago
Omar

❔ Why is C# so slow on Linux? How can I speed it up?

Just "Hello World" take almost three seconds to execute.

 $ time dotnet run --no-build --property:Configuration=Release
Hello, World!

real    0m2.798s
user    0m3.404s
sys     0m0.576s


What can I do to speed it up?
Was this page helpful?