Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- SWIFT
- itemidentifier
- reference sementics
- assembly
- container
- dynamic dispatch
- DiffableDataSource
- uinib
- arc in swift
- 우유혁명
- Di
- swinject
- hashable
- di library
- sectionHeader
- value sementics
- sendable
- Asynchronous
- 2021wwdc
- JSON
- collectionView layout
- propertywrapper
- itemidentifiertype
- compositional layout
- projectedvalue
- vwt
- diffabledatasourcesnapshot
- IOS
- 21wwdc
- method dispatch
Archives
- Today
- Total
목록Performance (1)
onemoon Studio
Reducing Dynamic Dispatch ( 성능향상 )
iOS 개발을 하다보면 access control 에 대해서 관심이 생길때가 있다. final 혹은 private 을 붙히면 성능에 더 좋다라고 막연히 듣기만 했는데 이번에 한번 그 이유를 정리하고 기록을 남기고자 한다. Increasing Performance Reducing Dynamic Dispatch 프로그램의 성능을 높히기 위해서 Dynamic Dispatch 를 줄이는 방법이 있다. 그렇다면 Dynamic Dispatch란 무엇이고 이를 줄이면서 어떻게 성능이 개선되는지 한번 알아보자 Dispatch 먼저 Dispatch 의 개념부터 알아보도록 하자. Dispatch는 어떤 메소드를 호출할 것인가를 결정하여 그것을 실행하는 과정이다. Dispatch 방식은 Static Dispatch, Dyn..
iOS & Swift
2021. 1. 24. 23:28