Skip to content

Comment on Ask HN: Performance regressions in SwiftUI apps on macOS Sequoia

Comments

Update: Apple got back to me! It turns out that my code had a silent bug: my conformance to the Equatable protocol wasn't considering the current color of the rectangles drawn on screen, and one of the performance improvements in macOS Sequoia/iPadOS 18 is that ForEach elements don't re-draw if they aren't changed.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.