Reading List
SwiftData vs. Realm Performance Comparison from Michael Tsai RSS feed.
SwiftData vs. Realm Performance Comparison
Jacob Bartlett: The Realm DB engine was written from the ground-up in C++ to minimise this overhead. […] Therefore, it’s not unreasonable to describe SwiftData as a wrapper over a wrapper over a wrapper.[…]These show that the SwiftData objects took around 10x longer to instantiate.[…]Realm topped out at writing 2,000,000 simple User objects before hitting […]