Live data from Hacker News

Viewing profile — greenrobot

greenrobot

HN member
Joined
Tue, Nov 04, 2014, 10:43 PM UTC
HN karma
8
Public activity
26 items

About greenrobot

No profile information was provided.

Recent public activity

  1. comment
    Comment #40377498

    ObjectBox CTO here... Note that this is not just running a lib like HNSWlib or FAISS on top of database persistence. It's deeply integrated with database internals, which is also w…

  2. story
    How many lines of C++ does a minimal CRUD database application need?

    Check this example; two lines for initialization, one line for each operation: obx::Store store(create_obx_model()); obx::Box taskBox(store); obx_id id = box.put({.text = "Buy milk…

  3. comment
    Comment #23189769

    Interesting. Would you mind to go into details about dropping RAFT? It would make a great tech blog post imho, but maybe you could share some high level insights on that? Related t…

  4. comment
    Comment #21079731

    PostgreSQL? I'm confused.

  5. comment
    Comment #18576033

    SQLite is a very nice embedded DB indeed. If you like SQL. ObjectBox enables you to work with Go structs and gives you additional performance.

  6. comment
    Comment #18576027

    The 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…

  7. comment
    Comment #18576016

    The FAQ covers this: https://golang.objectbox.io/faq#how-is-objectbox-different-f...

  8. comment
    Comment #18573594

    https://github.com/greenrobot

  9. comment
    Comment #18573524

    Interesting. ObjectBox does NOT use os.File.Sync. This stuff is done by a low-level C layer. We'll verify next week, thank you!

  10. comment
    Comment #18572326

    Good old days... :)

  11. comment
    Comment #18570624

    You probably don't do a lot of queries? Badger is a K/V store and has no knowledge about the value. Thus querying sucks and if you want indexing, you are on your own. Relations? An…

  12. comment
    Comment #18570586

    There's a open source benchmark here: https://github.com/objectbox/objectbox-performance - last time I checked ObjectBox was several times faster than Realm.

  13. comment
    Comment #18570549

    Not sure if Versant supports Go. Anybody knows Versant's pricing? Don't think they come for free.

  14. comment
    Comment #18570491

    Do you refer to https://golang.objectbox.io ? Check https://docs.objectbox.io/ for what is available for Java.

  15. comment
    Comment #18569031

    It's ACID compliant, and thus not not in-memory. https://golang.objectbox.io/faq covers that in detail. In the FAQ, there is a section on comparing to JSON; I guess the same would …

  16. comment
    Comment #18568491

    The Go release post ( https://objectbox.io/go-objectbox-golang/ ) has some numbers. "On a i7-8850H CPU, ObjectBox consistently processes over 1.5 million CRUD operations per second…

  17. comment
    Comment #18568326

    Not really, ObjectBox is an object DB and emphasizes performance (no JSON but FlatBuffers for example).

  18. story
    Embedded database ObjectBox now supports Go, Swift, Java and C

    ObjectBox released support for two new languages today: Swift (alpha) and Go. It persists native Swift and Go objects and claims to be the fastest in doing so. Go announcement: htt…

  19. comment
    Comment #18552743

    Yeah, me too.

  20. comment
    Comment #16763281

    ObjectBox DB | iOS and C++ developers | Full time | ONSITE and REMOTE | Munich, Germany ObjectBox (Techstars ’17) is a well funded startup that helps app/IoT developers develop fas…

  21. comment
    Comment #15218943

    Speed: Check https://github.com/objectbox/objectbox-performance open source project or https://www.netguru.co/codestories/realm-vs-objectbox-compar... for independent evaluation. F…

  22. story
  23. story
  24. story
  25. story