Making News Feed nearly 50% faster on iOS
31–35 of 35 posts
Re: Making News Feed nearly 50% faster on iOS
#32Interesting article, but worth pointing out that core data is not an ORM, but an object graph with facilities for persistence.
Re: Making News Feed nearly 50% faster on iOS
#33Re: Making News Feed nearly 50% faster on iOS
#34Earlier quoted context omitted.
Only loosely. And I don't believe EOF predates table views either.
Okay, but I"m still not buying that Core Data had no design goals beyond backing store for table views.
Re: Making News Feed nearly 50% faster on iOS
#35I really hope Apple will come up with a modern alternative to Core Data; it's neat and all, but it just doesn't feel like it's a good match for most situations. In my own anecdote, we had to show a list of autocompletion items - simple enough. Read XML, write a few hundred entries to a Core Data storage - and this list was relatively static, updated only once a week. A week after release, we got crash reports - the X…
This pretty much seems to be the aim of the (non-Apple) http://realm.io/