Dev
Finding and optimizing code performance issues in C#
Durée de lecture : environ 6 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#. In particular string allocations and algorithmic time complexity. Story time Just like in the previous post, Read more