Advanced iOS Memory Management with Swift

This is a cross-post from my blog, where you can find my other articles about advanced Swift development. Click here to directly open this article.
Let’s learn how Swift memory management works from the compiler perspective:
- 💿 What is memory?
- 🤖 How Swift compiler implements automatic reference counting?
- 🔁 What is the life cycle of Swift objects?
- 🗒 What are side tables?
The reason why I am not posting the full article here is that I don’t want Medium to sell my articles. I am giving all my content for free, without ads and subscriptions, and that’s how it’s going to stay. As a reader you’ll also get better experience with code highlight and formulae.