Yuriy Syrovetskiy

Results 132 comments of Yuriy Syrovetskiy

## Possible solution with both raw ops and reduced chunks ### Raw op: wrap in `raw` chunks with paths in the payload ``` *raw #0 @0 :0 'Note' >5 !...

## Solution with `*meta` ops ### Raw op: wrap in a patch chunk first Every op is a patch, hence any raw op may be converted into a reduced patch...

@lambdafu Routing, not identifying. Consider an example. One node has many collections with many objects with many sub-objects. Another node has them too. Now you need to send an op...

@lambdafu Ok, we divide the database into many nodes, a node per object. Then do we need to establish a frame stream to each object? Hm, sounds plausible, if we...

I think @gritzko meant something like this in https://gritzko.gitbooks.io/swarm-the-protocol/content/spec.html

@Erudition please help me implement it in https://hackage.haskell.org/package/ron

By the way, I find LWW dangerous to use for structures, I use OR-set.

@Erudition I described the LWW-struct problem in a blog post https://cblp.github.io/2021/10/07/CRDT_structure_encoding.html

@Erudition How do you detect "conflicts" with LWW?