/LWWGrapgh

This is a Last-Writer-Wins Element Set(lww-set) data structure implemented in Swift language. Conceptually, lww-set is an Operation-based Conflict-Free Replicated Date Type(CRDT). It can achieve strong eventual consistency and monotonicy. We used to use applications such us calendar or Evernote for a long time. They have something in common — at the same time all of them allow (in any combination) to work offline to access from different devices several people to modify the same data

Primary LanguageSwift

No issues in this repository yet.