Hacker News new | ask | show | jobs
by a_conservative 1721 days ago
Can you point to a good introduction to Conflict-free replicated data types (CRDT)?

It's crossed my (short attention span) radar a couple times and seems interesting. I really love the idea about being able to use it, but also "forget" about it while developing.

Does "leaky abstraction" apply here? If you constrain things enough, can a dev really use it and forget about the details?