Skip to content

Compare Realm's writing speed between writing managed realm objects and copying un-managed realm objects.

License

Notifications You must be signed in to change notification settings

taycleed/realm-copy-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realm-copy-test

Compare Realm's writing speed between writing managed realm objects and copying un-managed realm objects.

What to compare

  • Managed: Edit directly on managed RealmObject in transaction
  • Copying: Edit copied un-managed RealmObject and copy it into Realm in transaction

Test cases

  • Test01: Find RealmObject, edit 1 column, and write. 1,000 times.
  • Test02(Big): Find RealmObject, edit 10 columns, and write. 1,000 times.

Test Result

About

Compare Realm's writing speed between writing managed realm objects and copying un-managed realm objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published