AdvancedVocabulary#architecture#backend#developer-tools

CRDTs (Conflict-Free Replicated Data Types) Vocabulary

Learn the vocabulary of a data structure whose concurrent updates always merge into the same final state.

0 / 5 completed
1 / 5
At standup, a dev mentions a data structure whose concurrent updates from different replicas can always be merged deterministically into the same final state, with no central coordinator needed. What is this data structure called?