lysdexic@programming.dev to Programming@programming.devEnglish · 11 months ago5000x faster CRDTs: An Adventure in Optimization (2021)josephg.comexternal-linkmessage-square1fedilinkarrow-up140arrow-down11cross-posted to: data_structures@programming.dev
arrow-up139arrow-down1external-link5000x faster CRDTs: An Adventure in Optimization (2021)josephg.comlysdexic@programming.dev to Programming@programming.devEnglish · 11 months agomessage-square1fedilinkcross-posted to: data_structures@programming.dev
minus-squareMNByChoice@midwest.sociallinkfedilinkarrow-up13·edit-211 months agoNeat read. To save time for those wondering if they care. (Definition on link from paper, but WAY down in the content.) CRDTs (Conflict-Free Replicated Data types) are fancy programming tools which let multiple users edit the same data at the same time. https://en.m.wikipedia.org/wiki/Conflict-free_replicated_data_type Edit: My pet peeve is having to read and understand a significant amount before I can guess if I care about the subject.
Neat read.
To save time for those wondering if they care. (Definition on link from paper, but WAY down in the content.)
https://en.m.wikipedia.org/wiki/Conflict-free_replicated_data_type
Edit: My pet peeve is having to read and understand a significant amount before I can guess if I care about the subject.