Skip to content

Commit

Permalink
Merge pull request #73 from ansuz/add-pixel
Browse files Browse the repository at this point in the history
reference webxdc/pixel as a minimal CRDT example
  • Loading branch information
hpk42 authored Feb 19, 2024
2 parents 1096fce + 29e50c8 commit 7fd8c90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src-docs/shared_state/practical.md
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,9 @@ and the [y-webxdc-provider](https://npmjs.org/package/y-webxdc)
* [webxdc/checklist](https://codeberg.org/webxdc/checklist/)
uses the [Automerge CRDT](https://automerge.org/)
to implement a collaborative checklist
* [webxdc/pixel](https://codeberg.org/webxdc/pixel/)
implements a fixed-size bitmap data type
with no external dependencies
using [Lamport Timestamps](https://en.wikipedia.org/wiki/Lamport_timestamp)
to resolve concurrent changes

0 comments on commit 7fd8c90

Please sign in to comment.