Android-ORM-Benchmarks
Android-ORM-Benchmarks copied to clipboard
Results
1
Android-ORM-Benchmarks issues
Sort by
recently updated
recently updated
newest added
Hi, In your write test for Realm you should delete ´´´realm.copyToRealm(o)´´´ to avoid doubling the object. You already created the object with ´´´createObject()´´´. That should make a big difference with...