Upgrade to Pro — share decks privately, control downloads, hide ads and more …

実践CRDT

 実践CRDT

Core DataとCloudKitによるリッチテキスト同期モデルの構築

Avatar for tamadeveloper

tamadeveloper

April 14, 2026

Other Decks in Programming

Transcript

  1. Hello H ❌ ✅ e l l o ID: 1

    2 3 4 5 prevID: nil 1 2 3 4
  2. Hello H ❌ ✅ e l l o ID: 1

    2 3 4 5 prevID: nil 1 2 3 4 timestamp: ... ... ... ... ...
  3. CRDTEntity id: Int64 prevEntityID: Int64 content: String timestamp: Date isErased:

    Bool note: Note Note id: UUID ... entities: [CRDTEntity]
  4. CRDTImage url: String width: CGFloat height: CGFloat CRDTEntity id: Int64

    prevEntityID: Int64 content: String timestamp: Date isErased: Bool
  5. CRDTList indentLevel: Int32 CRDTEntity id: Int64 prevEntityID: Int64 CRDTCheckBox isChecked:

    Bool CRDTOrderedList marker: String CRDTUnorderedList style: Int32
  6. CRDTEntity id: Int64 prevEntityID: Int64 content: String timestamp: Date isErased:

    Bool note: Note Note id: UUID ... entities: [CRDTEntity]
  7. CRDTEntity id: Int64 prevEntityID: Int64 content: String timestamp: Date isErased:

    Bool note: Note Note id: UUID ... entities: [CRDTEntity]