👩💻 Join our community of thousands of amazing developers!
Mergeable replicated data types – part II Kaki et al., OOPLSA ’19 Last time out we saw how Mergeable Replicated Data Types (MRDTs) use a bijection between the natural domain of a data type and relational sets to define merge semantics between two concurrently modified versions given their lowest common ancestor (LCA). Today we’re picking … Continue reading Mergeable replicated data types – Part II...