Live data from Hacker News

Viewing profile — ChrMelchior

ChrMelchior

HN member
Joined
Mon, Feb 22, 2016, 2:05 PM UTC
HN karma
20
Public activity
5 items

About ChrMelchior

No profile information was provided.

Recent public activity

  1. 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

  2. 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…

  3. 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 …

  4. 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…

  5. 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…