Tag

Questions tagged “Performance

Start from this tag, then add more in the filter bar to narrow further. The URL keeps your choices so you can bookmark or share the same view.

Tags

Select any combination. A question must include every tag you pick (AND).

Performance
Tag: Performance

What collection types are available in Swift, and when would you use each one?

Explain Swift's protocol-driven collection model, then compare Array, Set, Dictionary, and Range by behavior, complexity, hashing, ordering, copy-on-write, and thread-safety tradeoffs

How do you debug a UICollectionView cell reuse bug that only appears during fast scrolling?

Turn a vague rendering issue into a disciplined diagnosis around state leakage, async work, and view configuration boundaries