ff-notes / ron

Haskell implementation of RON and RON-RDT
BSD 3-Clause "New" or "Revised" License
65 stars 9 forks source link

Implement struct via OR-Set #65

Closed cblp closed 5 years ago

cblp commented 5 years ago

Problem: LWW doesn't guarantee correctness in case of concurrent key adding.

Solution: ORSet of pairs (key, UUID-ref to value object)

cblp commented 5 years ago

done