Reusing objects will always going to be faster. If memory is not being allocated, GC never runs. Look what happened to Minecraft when they stopped caring about allocations:…
What's wrong with MSBuild/XBuild? I just type "msbuild" (or press F5 in VS) and I get result .exe file in 0.2 second. On Linux I type "xbuild" and it's the same. You can use Visual Studio without even knowing msbuild…
Reusing objects will always going to be faster. If memory is not being allocated, GC never runs. Look what happened to Minecraft when they stopped caring about allocations:…
What's wrong with MSBuild/XBuild? I just type "msbuild" (or press F5 in VS) and I get result .exe file in 0.2 second. On Linux I type "xbuild" and it's the same. You can use Visual Studio without even knowing msbuild…