|
|
|
|
|
by einpoklum
2092 days ago
|
|
It looks like it's basically biasing in favor of some operations over others. In the link they talk about CRDT sets, saying at some point: > 1. Adding wins over deleting. yeah, so, _maybe_ you can remove elements from your set. If you're lucky. I dunno about all that... |
|
I think it's more accurate to say that maybe you can remove elements from your set... unless another actor wants them in the set.
That's not always the behavior you want. But if it is, it's great.