Michael Long
Aug 11, 2024

--

First, bad format.

Second, List and LazyVStack can both have performance issues when they grow, and that's largely due to the diffing mechanism which grows quadratically as the number of items in the list increases.

And that's exacerbated if list cell views attempt to maintain internal state.

--

--

Michael Long
Michael Long

Written by Michael Long

I write about Apple, Swift, and SwiftUI in particular, and technology in general. I'm also a Lead iOS Engineer at InRhythm, a modern digital consulting firm.

No responses yet