https://github.com/jpsim/ios-realm-demo
https://github.com/jpsim/ios-realm-demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpsim/ios-realm-demo
- Owner: jpsim
- License: mit
- Created: 2014-08-18T19:13:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T19:14:23.000Z (almost 12 years ago)
- Last Synced: 2025-06-01T08:43:39.975Z (about 1 year ago)
- Language: Objective-C
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.