Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement other CRDT types #4

Open
4 of 10 tasks
peterzeller opened this issue Mar 21, 2018 · 1 comment
Open
4 of 10 tasks

Implement other CRDT types #4

peterzeller opened this issue Mar 21, 2018 · 1 comment

Comments

@peterzeller
Copy link
Member

peterzeller commented Mar 21, 2018

  • Counter
  • Last-writer-wins Register (LWW-Register)
  • Multi-value Register (MV-Register)
  • enable-wins flag (EW-flag)
  • disable-wins flag (DW-flag)
  • Grow-only Set (G-Set)
  • Add-wins Set (AW-Set / OR-Set)
  • Remove-wins Set (RW-Set)
  • Grow-only Map (G-Map)
  • Remove-Resets Map (RR-Map)
@red17electro
Copy link
Member

I & @dlnshaminda added Multi-value register to the develop branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants