Viewing profile — greenrobot
greenrobot
HN member- Joined
- Tue, Nov 04, 2014, 10:43 PM UTC
- HN karma
- 8
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About greenrobot
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #21079731
PostgreSQL? I'm confused.
-
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.
-
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…
-
comment
Comment #18576016
The FAQ covers this: https://golang.objectbox.io/faq#how-is-objectbox-different-f...
-
comment
Comment #18573594
https://github.com/greenrobot
-
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!
-
comment
Comment #18572326
Good old days... :)
-
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…
-
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.
-
comment
Comment #18570549
Not sure if Versant supports Go. Anybody knows Versant's pricing? Don't think they come for free.
-
comment
Comment #18570491
Do you refer to https://golang.objectbox.io ? Check https://docs.objectbox.io/ for what is available for Java.
-
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 …
-
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…
-
comment
Comment #18568326
Not really, ObjectBox is an object DB and emphasizes performance (no JSON but FlatBuffers for example).
-
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…
-
comment
Comment #18552743
Yeah, me too.
-
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…
-
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…
- story
- story
- story
- story