Advanced iOS Memory Management with Swift

Vadim Bulavin
1 min readOct 7, 2019

Image is copyright © 2019 Icons8 LLC.

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.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Vadim Bulavin
Vadim Bulavin

Written by Vadim Bulavin

Senior iOS Software Engineer at Pluto TV. Creator of Yet Another Swift Blog https://www.vadimbulavin.com/. Coding for fun since 2008, for food since 2012.

No responses yet

Write a response