struct class 성능
![[Swift] Struct와 Class를 메모리 원리부터 자세하게 비교해보자](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fc8tOxs%2FbtrYTNBCha0%2FP1lhuC6yfbQMyLxeNbqZhk%2Fimg.jpg)
[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. 미리 요약 좀 자세하게 이야기를 할 예정이라 먼저 요약을 하고 들어갈게요! (공부..