Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

Why isn't the cache folder stored in Caches? #30

Closed benguild closed 9 years ago

benguild commented 9 years ago

Just wondering. Seems like a more logical place for it so that iCloud isn't backing it up without a manually set exclusion....

bigfish24 commented 9 years ago

In my initial testing with a device the scroll performance was slower, because when you ask for the object at an index, it has to look up in the cache Realm then go to the main Realm. For whatever reason when the cache Realm was in the caches directory, it would take longer.

benguild commented 9 years ago

Got it.