composablesys / collabs

Collabs library monorepo

Home Page:https://collabs.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON demo with exact paper semantics

mweidner037 opened this issue · comments

Paper: https://arxiv.org/abs/1608.03960

Our current JSON implementations both have slightly different semantics (json uses LWW instead of MVR rule for multiple types with same key; json-opt excludes lists). Following the paper exactly would be a nice demo and would also let us avoid making tricky semantic decisions ourselves.