|
|
|
|
|
by jakelazaroff
655 days ago
|
|
If you’re not building something fully decentralized, you may be able to loosen some of the constraints CRDTs require. As an example, if you can guarantee that all clients have received changes later than X date, you can safely drop any operations from before that date. |
|