May 2, 2022
6
1
Case Study: Double performance in under 30 minutes
![Nik Karpinsky](https://devblogs.microsoft.com/visualstudio/wp-content/uploads/sites/4/2021/09/62749798106__ECECFB6D-BD1F-4F2C-8B81-B273B5F1EA3B-96x96.jpg)
Summary Recently I was converting some decompression code to C# so that we could use it cross platform and to aid in our team’s effort to migrate our new analysis process to .NET 6. After I got the initial implementation done with the simplest, cleanest code that I could, I proceeded to profile it to make sure I wasn’t doing anything silly. I want...