C# Code Execution Speed On Platform

I noticed after coding many C# puzzles that C# executes much slower than other languages, perhaps because of how it has to load and interact with the java puzzles in the backend, but it clearly is slower than certain counterparts. I also feel that the way it calculates time in the background might also be unfair compared to other languages. I hope someone could make some performance adjustments in the future so that it could execute as least as fast as python or C in the future, there certainly is room for improvement. This will make user experience also for me at least a lot more fun.