-
I ran into a crash while walking through the example code in Visual Studio, and was able to get some help from the VC++ team in tracking it down:
https://github.com/CBaquero/delta-enabled-crdts/blo…
-
# Delta State Replicated Data Types
Paper: https://arxiv.org/pdf/1603.01529.pdf
> Conflict-Free Replicated Data Types (CRDTs) are distributed datatypes that allow different replicas of a distrib…
-
## The dependency [delta-crdts]() was updated from `0.10.2` to `0.10.3`.
🚨 [View failing branch](https://github.com/peer-base/peer-base/compare/master...peer-base:greenkeeper%2Fdelta-crdts-0.10.3).
…
-
Hi Carlos!
We are experimenting around the topic of real-time collaborative editors, and I remarked that I only saw existing solutions based upon operation-CRDTs. I came across your amazing article…
-
Here are two ideas for increasing the number of top level CRDTs in ddata. Both are based on the idea of an idle passivation timeout. CRDTs would be passivated if they were not interacted with for a gi…
-
Recently there have been some discussion around problem of nodes having to download the entire operation tree (which could be slow) in order to catch up.
If you're interested in this problem you ca…
-
The only sequence type implemented so far in JS Delta CRDTs is the RGA.
RGA has to keep the tombstones of the deleted elements around to be safe.
I think it would be very beneficial to have an array…
-
Since CRDTs can be CPU-intensive, I'm wondering if we could run all the Rust code in a separate thread, and have an async Python API that would not block while waiting for the CRDT operations to compl…
-
Hi! Any interest in including my recent article *[Data Laced with History: Causal Trees & Operational CRDTs](http://archagon.net/blog/2018/03/24/data-laced-with-history/)* in the discussion? My focus …
-
### Problem
There is work happening on supporting suggestions in RTC, just like in Google Docs. In the backend, the architecture consists of creating a fork of a shared document, that is used to re…