Daily iOS
Memory and ARC

How weak works at runtime

Why is it true that "weak is slower than strong"? Explain it with the Swift runtime's reference count layout: the inline refcount and the side table.

Submit