> These are notes for the Fall 2022 semester version of the Yale course CPSC
465/565 Theory of Distributed Systems
There are a lot of algorithms, but I don't see CRDTs mentioned by name. Perhaps it's most closely related to "19.3 Faster snapshots using lattice agreement"?
Wrong level of abstraction. This is clearly a lower level course than that and discusses more fundamental ideas.
A quickie look through chapter 6 reminds me of CRDTs, at least the vector clock concept. Other bits from other parts of this course probably need to be combined into what would be called a CRDT.
> These are notes for the Fall 2022 semester version of the Yale course CPSC 465/565 Theory of Distributed Systems
There are a lot of algorithms, but I don't see CRDTs mentioned by name. Perhaps it's most closely related to "19.3 Faster snapshots using lattice agreement"?