neurodrone / crdt

A Golang implementation of CRDTs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For duplicate timestamps, only one value should exist for elements of LWW-e-set

neurodrone opened this issue · comments

We save all the added timestamps for each LWW-e-set element within an array. This makes it easier to add multiple entries that have the same timestamps.

Ideally, only one entry across multiple duplicate timestamps should exist.