본문 바로가기

전체 글94

Discover media performance metrics in AVFoundation https://developer.apple.com/videos/play/wwdc2024/10113/ Discover media performance metrics in AVFoundation - WWDC24 - Videos - Apple DeveloperDiscover how you can monitor, analyze, and improve user experience with the new media performance APIs. Explore how to monitor AVPlayer...developer.apple.com해당 포스트는 위 영상을 기반으로 개인적으로 메모/정리한 글입니다.개요미디어 성능 관련 API 신규 소개. HLS 를 위한 AVPlayer 성능을 측정하는 새로운 방법을 배워보자.. 2024. 8. 8.
Analyze heap memory https://developer.apple.com/videos/play/wwdc2024/10173/ Analyze heap memory - WWDC24 - Videos - Apple DeveloperDive into the basis for your app's dynamic memory: the heap! Explore how to use Instruments and Xcode to measure, analyze, and fix common...developer.apple.com해당 포스트는 위 영상을 기반으로 개인적으로 메모/정리한 글입니다.개요Heap - dynamic memory- 의 기초를 살펴보자. Heap memory 를 측정하고 줄일 수 있는 방법을 알아보자.Heapmalloc() 에 의해 .. 2024. 8. 8.
Explore Swift performance https://developer.apple.com/videos/play/wwdc2024/10217/ Explore Swift performance - WWDC24 - Videos - Apple DeveloperDiscover how Swift balances abstraction and performance. Learn what elements of performance to consider and how the Swift optimizer...developer.apple.com해당 포스트는 위 영상을 기반으로 개인적으로 메모/정리한 글입니다.개요Swift 가 추상화와 성능의 균형을 유지하는 방법을 알아보자.어떤 성능 요소를 고려해야 하며 Swift 옵티마이저가 어떤 영향을 끼치는지 배워보자.성능에 대한.. 2024. 8. 8.
Demystify explicitly built modules (추천세션!) https://developer.apple.com/videos/play/wwdc2024/10171/ Demystify explicitly built modules - WWDC24 - Videos - Apple DeveloperExplore how builds are changing in Xcode 16 with explicitly built modules. Discover how modules are used to build your code, how...developer.apple.com해당 포스트는 위 영상을 기반으로 개인적으로 메모/정리한 글입니다.개요Xcode 16 에서 도입되는 explicitly built modules 라는 새로운 빌드 방법을 소개합니다. Swift 와 Clang 모듈의 빌드.. 2024. 8. 8.
Migrate your app to Swift 6 (추천세션!) https://developer.apple.com/videos/play/wwdc2024/10169/ Migrate your app to Swift 6 - WWDC24 - Videos - Apple DeveloperExperience Swift 6 migration in action as we update an existing sample app. Learn how to migrate incrementally, module by module, and how...developer.apple.com해당 포스트는 위 영상을 기반으로 개인적으로 메모/정리한 글입니다.개요기존 코드를 Swift 6 로 Migrate 하면서 컴파일러가 어떻게 data race 위험성을 잡아내는지 알아보자. Data 를 isolati.. 2024. 8. 8.
Consume noncopyable types in Swift https://developer.apple.com/videos/play/wwdc2024/10170/ Consume noncopyable types in Swift - WWDC24 - Videos - Apple DeveloperGet started with noncopyable types in Swift. Discover what copying means in Swift, when you might want to use a noncopyable type, and how...developer.apple.com개요Noncopyable type 에 대해 알아보세요.Copying기존 개념Value type: Deep copyingReference type: Shallow copying The Copyable Pr.. 2024. 8. 8.