Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpsim/ios-realm-demo
https://github.com/jpsim/ios-realm-demo
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpsim/ios-realm-demo
- Owner: jpsim
- License: mit
- Created: 2014-08-18T19:13:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-18T19:14:23.000Z (over 10 years ago)
- Last Synced: 2025-01-14T03:10:41.514Z (10 days 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.