Learn all about Performance with these posts
Optimize your Swift code for better performance.
New! How to profile your app's performance and Main Thread usage with Instruments and os_signposts
Learn how to use Instruments to understand the root cause of app hangs and high Main Thread usage and identify areas where you can optimize your app's performance.
Learn all about Sequence's reduce operator in Swift through a series of real-world examples.