CRDT の簡単な紹介
Quick DefinitionWhen you need a CRDTWhat is a CRDT?A Simple CRDTLast Write – What Can Go Wrong?Error 1: Forgetting to Update the Loser’s TimestampError 2: Forgetting & Inconsistent Tie BreakingError 3: Clock Pushing when Proxying ChangesError 4: Trusting System TimeAbout TimeBasic Logical ClockLogical Clocks, DistributedHappens-before, ExplainedWrapping Up Conflict Free Replicated Data types (CRDTs) can be…