Live data from Hacker News

Viewing profile — Ilios

Ilios

HN member
Joined
Tue, Sep 30, 2014, 4:13 PM UTC
HN karma
3
Public activity
5 items

About Ilios

No profile information was provided.

Recent public activity

  1. comment
    Comment #10459871

    Native code on Android is tricky. We also ran into this issue where the Chrome WebView didn't resend signals properly: https://code.google.com/p/chromium/issues/detail?id=483399 . …

  2. comment
    Comment #9260647

    It is hard to describe in a few sentences, but keywords are bit-packing, cache awareness, vectorization and a zero-copy architecture.

  3. comment
    Comment #9259076

    Realm uses a custom C++ core that is different from SQLite, and we published a bit about the architecture here http://realm.io/news/introducing-realm/#fast . Both iOS and Android A…

  4. comment
    Comment #9259050

    Christian from Realm here. Actually there is no technical limitation that prevents Realm running on normal java. Our current focus is just on making the best possible mobile develo…

  5. comment
    Comment #8389454

    Anything that will reduce the API hell that is working with SQLite on Android is worth a second look. Better speed is just icing on the cake.