data-structure

0x018 - CRDTs 🔃

Problem: It’s hard to resolve consistency in a decentralized system - and it’s even harder to do so without a centralized server. Solution: A bunch of algorithms that enable merging conflicting data into a consistent result, without a centralized server.