swift performance
![[Swift] Struct와 Class를 메모리 원리부터 자세하게 비교해보자](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fc8tOxs%2FbtrYTNBCha0%2FAAAAAAAAAAAAAAAAAAAAAE5LkMm4rbrDeF3fc_YzCTnQXZ_V5_Ayn3_iLrCHeIBp%2Fimg.jpg%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1761922799%26allow_ip%3D%26allow_referer%3D%26signature%3DR5EjR%252BSfTny%252FW9%252FMIJUpISJvP1A%253D)
[Swift] Struct와 Class를 메모리 원리부터 자세하게 비교해보자
Understanding Swift Performance - WWDC16 - Videos - Apple Developer In this advanced session, find out how structs, classes, protocols, and generics are implemented in Swift. Learn about their relative... developer.apple.com WWDC Understanding Swift Performance 영상을 참조하여 좀 더 원리적인 이해를 돕기 위해 작성한 포스트입니다. 기초적인 스레드와 메모리, 그리고 ARC에 대한 지식이 있어야 이해하기 편하실거에요! 1. 미리 요약 좀 자세하게 이야기를 할 예정이라 먼저 요약을 하고 들어갈게요! (공부..