7 ms·
There's a open source benchmark here: https://github.com/objectbox/objectbox-performance https://github.com/objectbox/objectbox-performance - last time I checke
by greenrobot 8y ago
There's a open source benchmark here: https://github.com/objectbox/objectbox-performance https://github.com/objectbox/objectbox-performance - last time I checked ObjectBox was several times faster than Realm.
- ken 8y agoI only see Java source code here. Is ObjectBox Java the same database code as ObjectBox Go? EDIT: I see the 'objectbox-go' repo has a separate set of perf tests, but only for ObjectBox Go -- not either of the unnamed "NoSQL" competitors, nor for SQLite.
- greenrobot 8y agoThe initial question was about Realm, thus the link to Java. The core of ObjectBox is the same on every platform (C/C++ for maximum speed). We haven't finished the other benchmarks yet. Sorry for teasing with those. We'll be done with those soon and they will be open source.