It's never too soon (or too late) to test our understanding of programming fundamentals. In this post, I want to explore two very simple benchmarking tests that show how small platform changes can lead to large speed improvements. First, I'll walk you through some code you might remember from Sorting & Performance In Apex to show off how the existing enhancements made to sorting in Winter '24 have led to major sorting performance enhancements. Secondly, we'll take a look at the upcoming suppo...