greenrobot
- Karma
- 8
- Created
- November 4, 2014 (11y ago)
- Submissions
- 0
-
Check this example; two lines for initialization, one line for each operation: obx::Store store(create_obx_model()); obx::Box<Task> taskBox(store); obx_id id = box.put({.text = "Buy milk"}); // Create…
-
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: https://objectbox.io/go-objectbox-golang/…
- ObjectBox 1.0 – fastest object persistence for mobile (objectbox.io)
- Android ORM greenDAO now supports encryption via SQLCipher (greenrobot.org)
- Android Library EventBus updated to version 3 (greenrobot.org)
- Fast hash functions for Java, e.g. Murmur3F 3.7 GB/s (github.com)