Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpsim/ios-realm-demo


https://github.com/jpsim/ios-realm-demo

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

ios-realm-demo
==============

This project aims at getting some kind of number in order to measure the performance of Realm.io vs Core Data.
This is an extremely basic project measuring the amount of time it takes to insert a number of objects into both frameworks.

At the time of this writing, the benchmarks were approx. 101 seconds / 100k objects for Core Data and 196 seconds / 100k objects for Realm.

More testing is definitely needed but this is a first step.