Viewing profile — ChrMelchior
ChrMelchior
HN member- Joined
- Mon, Feb 22, 2016, 2:05 PM UTC
- HN karma
- 20
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About ChrMelchior
No profile information was provided.
Recent public activity
-
comment
Comment #12590472
Christian from Realm here. Main differentiators are probably: - Realm is self-hosted compared to Firebase which is an MBass. - Native objects all the way down vs. a JSON structure
-
comment
Comment #11770220
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…
-
comment
Comment #11770137
No, the change notifications will work across processes as well. Realm Java still need to add multi-process support though ( https://github.com/realm/realm-java/issues/1091 ), but …
-
comment
Comment #11769993
Yes, thinking about the internal structure as a graph will give you the right ideas. We don't have support for collecting objects bottom up yet, bu t it is tracked here: https://gi…
-
comment
Comment #11769869
Realm is not a relational database, but an Object database. This means that we totally avoid the impedance mismatch when you try to map Java references to tables. In Realm, relatio…