Viewing profile — brmunk
brmunk
HN member- Joined
- Fri, Jun 13, 2014, 11:40 AM UTC
- HN karma
- 196
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About brmunk
No profile information was provided.
Recent public activity
- story
-
comment
Comment #13590250
Realm certainly has a schema - anything that made you think it doesn't? It's ACID and Serializable. It also has a query language. But as one of the core design principles is to be …
-
comment
Comment #13590081
It's ACID & Serializable. A write will block all other writes, but multiple reads can occur without overhead or blocking due to MVCC. Reads are consistent within the runloop, but u…
-
comment
Comment #13442469
Being from Realm, I might not be the right one to give you a balanced view, but I can at least try a bit: One huge difference is that Parse is no longer developed by a company afte…
-
comment
Comment #13440048
Really sorry to hear you had a bad experience! I assume you created an issue for it? If not I would love to hear more about it (bm at realm dot io), so we can get it fixed and hope…
-
comment
Comment #13439187
You are absolutely right - the general problem is super hard. But even solving a specific use-case is hard for most developers who haven't done it before. It just takes a ton of ti…
-
comment
Comment #13439120
Absolutely right. Only one writer at a time (locally), but writers don't block readers of which you can have multiple due to the MVCC design.
-
comment
Comment #13437940
You could try contacting realm.io - the worlds 2'nd most used database.
-
comment
Comment #12971656
It's the same C++ core used in the other Realm SDKs that is wrapped in JavaScript. The same API as what has been available in the ReactNative SDK for a while.
-
comment
Comment #12489637
Havn't been through all the videos yet! But this looks really promising - great format! Only problem I guess is I feel I have to really watch it - instead of just listening on a po…
-
comment
Comment #11770040
Xamarin has been highly requested, so we have tried to make it available as quickly as possible as a pre-1.0 version to get the proper input from developers like yourself as to wha…
-
comment
Comment #11682908
Realm itself only adds less than 1 MB extra in your final app :-) On Xamarin.iOS the Realm static libraries for all the iOS platforms and architectures we support are embedded insi…
-
comment
Comment #11157324
Not out of the box at the moment. But it would technically be possible to do. Feel free to post a suggestion to https://github.com/realm/realm-js/issues so we can see the interest.…
- story
- story
-
comment
Comment #9685706
With the just released support for annotation processing Kotlin is now working with e.g. Realm.
-
comment
Comment #9260705
I'm not sure I can make it justice in a few words :-) But shortly: The core has been developed from the ground up in C++ over the last 3 1/2 years. Realm’s efficiency comes from le…
-
comment
Comment #9259385
Yeah we absolutely have a lot of work ahead of us (as mentioned in the post). And the issues you mention are tracked in https://github.com/realm/realm-java/issues . There you can a…
-
comment
Comment #9259113
Hi, Brian from Realm here. Surely hard to find much info about the internals yet. We could and should absolutely share more about that in a blog post. And to be honest we have for …
- story
-
comment
Comment #8402140
Absolutely - it's a totally new C++ fast nosql fully ACID database underneath. The database has been in development for the past 3 years, so it's not just a quick hack :-)
-
comment
Comment #8391732
Absolutely! That's actually already there. Even with nice expression based query syntax - looks like natural language :-) We havn't released it though since we plan to rewamp it in…
-
comment
Comment #8389403
Sure - terms are the same. Free for all!
- story
-
comment
Comment #8231505
Congrats! What's the main attraction compared to your competitors?