Is there a way to speed dotnet ?
HI, I am using piston for Python, Java and dotnet. I noticed that in piston v3 the dotnet runtime is much mush slower. for example running a simple Console.WriteLine takes above 6 seconds' while in python and java it takes less than half a second... is there a way to speed it up?
is this the public api or your own local install? a quick test of c# shows an avg execution time of about 850ms, much lower than the reported 6 seconds. you'll have to explain your environment more.

Thanks for the fast reply, here is what I found:
The differences being that using the aliases cs/csharp instead of dotnet largely affects the time of the request, no matter the content