Skip to content

amirfl/testingRealmWriteSpeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Testing Realm Write Speed

Realm is a mobile database replacing the need for SQLite & Core Data. Learn More at Realm.io

This little OSX program compares write speeds between:

  • Writing one object at a time into a realm.
  • Writing all objects at once from an array into a realm.

Testing on my Macbook Pro showed that adding all objects at once is about x416 faster then one at a time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published