|
|
|
|
|
by danbruc
1951 days ago
|
|
If we find a way to solve that problem [...] We will not. And you are hinting at the reason yourself. [...] CRDTs, which are trying to make state changes commutative. But this is slightly wrong, when you are using CRDTs you are not trying to make state changes commutative, you are limiting the allowed state changes to commutative ones. But some state changes are inherently non-commutative and if your system requires those, then you can not build it with CRDTs. |
|