Hacker News new | ask | show | jobs
by drewying 4704 days ago
At this point, unless I'm going to be dealing with large (n>5000) data sets, I just use NSKeyedArchiver and serialize/deserialize all my objects to a file.

Might not be as fast as CoreData, but is sure a lot easier to code and it's fast enough that the user never even notices.