stackoverflow.com/questions/8928403/try-catch-speeding-up-my-code

I wrote some code for testing the impact of try-catch, but seeing some surprising results.

static void Main(string args) { Thread.CurrentThread.Priority = ThreadPriority.Highest;


Comments (0)

Sign in to post comments.