Published onMay 18, 2023Understanding Retain Cycles in Objective-CObjective-CMemoryARCRetain cycles are the most common memory leak in Objective-C. Learn how they form, how to detect them, and patterns that prevent them.
Published onMay 22, 2022NSTaggedPointerString - The Hidden Optimization You've Never Heard OfObjective-CMemoryPerformanceDiscover how the Objective-C runtime secretly stores small strings directly in pointer values, eliminating heap allocations entirely.