Weird performance increase in simple benchmark
There is a very simple way to always get the “fast” version of your program. Project > Properties > Build tab, untick the “Prefer 32-bit” option, ensure that the Platform target selection is AnyCPU. You really don’t prefer 32-bit, unfortunately is always turned on by default for C# projects. Historically, the Visual Studio toolset worked … Read more