[swift-users] Performance critical code in Swift

Marco S Hyman marc at snafu.org
Sun Oct 2 13:26:42 CDT 2016


> 
> On a broader note, I have yet to see a true modern replacement for SQLite on the embedded side. There are any number of lightweight document stores, but they either have performance worse than SQLite, or are not really suitable for embedded use.

Realm ???

It’s faster than sqlite and easy to use.  At least I found it easy in a simple swift test app I wrote a while back.   Haven’t played with it since the switch to swift 3.0.


More information about the swift-users mailing list