|
|
|
|
|
by ChrMelchior
3680 days ago
|
|
With all respect to Kevins benchmarks. There are many ways to measure performance and most of them are wrong. If you see the talk he even admit that his numbers changed quite a bit between each benchmark run. From what we see, we are generally faster than raw SQLite on all metrics except when doing batch inserts. This is primarily an API problem, because our low-level access is 200-300% faster than SQLite (which Kevin also mentions). It is something we are well aware of and plan to address quickly after 1.0: https://github.com/realm/realm-java/issues/1684 Our own numbers are here: http://www.slideshare.net/ChristianMelchior/realm-building-a... including a link to the code |
|