Hacker News new | ask | show | jobs
by k__ 396 days ago
If the idea is to have an alternative to CRDT, what did you gain from building it as CRDT?
1 comments

It wasn’t really that we wanted to have a CRDT per se, but as it was implemented on top of an op-based append-only log CRDT, it turned out to hold those properties, which makes it a CRDT. We wanted to have the edits to be able to arrive in any order or after delays due to network partitions (this was for a p2p network).