[Swift] Understanding Swift Performance / WWDC 16
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 위 링크의 비디오를 보고 정리한 글입니다. Heap영역은 Stack보다 더 많은 코스트를 사용한다. Stack 차원으로 관리를 하면 성능향상에 도움이 된다. Class와 Struct의 관점에서 Allocation, Reference counting 을 확인하고 사용. How to More Better Perf..
2023.03.09