Comment by debugnik

15 days ago

> There isn’t a monolithic “CRDT” in the way you’re describing.

I can't blame people for thinking otherwise, pretty much every self-called "CRDT library" I've come across implements exactly one such data structure, maybe parameterized.

It's like writing a "semiring library" and it's simply (min, +).