Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Case Study: Double performance in under 30 minutes

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 ...