2024-01-26

See week 4, month 01 or year 2024 or testing/Input Buffer

  • CRDTs Turned Inside Out

  • CRDTs Turned Inside Out

    The Merkle-DAG (Directed Acyclical Graph) models CRDTs as a growing DAG of Merkle nodes about concurrent updates as events occur. This is a Merklized version of Op-based CRDTs, where the internal bookkeeping grows with the number of state updates, rather than with the number of replicas.