CRDT
NAME
CRDT - Conflict-free Replicated Data Type
SYNOPSIS
use G-Counter;
use PN-Counter;
use G-Set;
use P2-Set;
use LWW-Element-Set;
use OR-Set;
use LWW-Register;
DESCRIPTION
CRDT is https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type
AUTHOR
Fernando Correa [email protected]
COPYRIGHT AND LICENSE
Copyright 2020 Fernando Correa
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.