derekkraan / delta_crdt_ex

Use DeltaCrdt to build distributed applications in Elixir
MIT License
493 stars 36 forks source link

Use System.monotonic_time/1 instead of System.system_time/1 #34

Closed QuinnWilton closed 5 years ago

QuinnWilton commented 5 years ago

From the δ-CRDT paper: "Notice that is is up to the client to ensure that supplied timestamps always grow monotonically. Failure to do so is a common source of errors in timestamp based systems"

derekkraan commented 5 years ago

Thanks, looks good. :+1: