gritzko / ron

(dated, see the site) Replicated Object Notation, a distributed live data format, golang/ragel lib
http://replicated.cc
Apache License 2.0
360 stars 7 forks source link

Meaning of LWW? #1

Closed leehambley closed 6 years ago

leehambley commented 6 years ago

From the docs there's some quotes like:

data type UUID, e.g. lww,

I've not run across this term before, some cursory Googling Yandexing suggests it means "last write wins" which in the context of this log structured replicable data type would fit.

Could you clarify in the docs, or here, and I can send a Pr with the docs I'd have liked to have seen included?

gritzko commented 6 years ago

https://github.com/gritzko/ron/blob/master/rdt/lww.go#L7

I added a comment like this. Which docs do you like to be included?

leehambley commented 6 years ago

Perfect, thanks - I missed it in the readme seeing lww five times :)