Live data from Hacker News

Making News Feed nearly 50% faster on iOS

code.facebook.com

31–35 of 35 posts

Re: Making News Feed nearly 50% faster on iOS

#33
post #30
post #21

Earlier quoted context omitted.

Core Data was based on the Enterprise Object Framework from NeXT.

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

#34
post #33
post #30

Earlier 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.

Oh yes, I certainly wouldn't try to argue with that. In classic Apple fashion, they seem to try to sell it as the solution for all things data storage.

Re: Making News Feed nearly 50% faster on iOS

#35
post #2

I 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…

> I 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.

This pretty much seems to be the aim of the (non-Apple) http://realm.io/

Post reply on HN