You Don't Know Protocols (Dynamic and Static Dispatch)
Вставка
- Опубліковано 9 лют 2025
- 1. `Dynamic Dispatch` (aka `runtime dispatch`, aka `table dispatch`)
2. `Static Dispatch` (aka `compile time dispatch`, aka `direct dispatch`)
3. Protocols are `Dynamic`, Extensions are `Static`
4. Where is the Issue ?
5. How to bypass it ?
🔥 COMMENTS 🔥
If you have questions about the video or iOS programming in general, please comment below.
🔥 Social Links 🔥
Linkedin: / karimebrahem
Twitter: / k_ebrahem_
Github: github.com/Kar...
Facebook: / karimebrahemabdelaziz
Slack: iosdevtechies.slack.com
عاش جدا والله يا هندسة
it would be much helpful if you could add English subtitles to this video.
Seems to me like nice content.
All instances uses static dispach are saved in the the stack, unlike the dynamic based dispatch instaces which all saved in the heap, is that right?
Awesome
Thank you Mohamed 😊