youtube image
From YouTube: CRDT Research Meetup // Borrowing an Identity for a Distributed Counter - Vitor Enes

Description

Originally recorded during the Lisbon Hack Week from May 21-25, 2018.

Current designs for CRDT counters do not scale, having a size linear with the number of both active and retired nodes (i.e., nodes that leave the system permanently after previously manipulating the value of the counter).
In this talk, Vitor presents a new counter design called Borrow-Counter, that provides a mechanism for the retirement of transient nodes, keeping the size of the counter linear with the number of active nodes.

You can find Vitor at https://vitorenes.org/ or on GitHub and Twitter @vitorenesduarte