"Hey devs, I've been experimenting with optimizing .NET apps for max speed and wanted to see what kind of strategies you guys are using. I've been seeing some decent gains by implementing async/await and paralellizing CPU-heavy operations, but I'm sure there are some more advanced techniques out there. What are some of your go-to methods for squeezing every last bit of performance out of your apps?"