Re: Managed vs Unmanaged Bare Bones Performance Test

Tech-Archive recommends: Fix windows errors by optimizing your registry



Also you should execute the method once before measuring its performance in C#.
The 1st time a method is called, it is compiled on the fly, hence that add some fix amount of time...

.