Finding and optimizing code performance issues in C#
Durée de lecture : environ 5 minutesIn a previous article, I wrote about finding sequential calls that could be parallelized. Today, I wish to address another issue with an algorithmic angle : finding and optimizing code performance issues in C#. Story time Just like in the previous post, I was investigating performance stuff back in May Read more…