CRDTs merge concurrent edits. Why not concurrent creation?

Hacker News Top Papers

Summary

Explores extending Conflict-Free Replicated Data Types (CRDTs) to handle concurrent creation, beyond their traditional ability to merge concurrent edits.

No content available
Original Article

Similar Articles

CONCORD: Asynchronous Sparse Aggregation for Device-Cloud RAG under Document Isolation

arXiv cs.AI

CONCORD is an asynchronous sparse aggregation framework for retrieval-augmented generation (RAG) under document isolation in device-cloud setups. It improves throughput and reduces communication by orders of magnitude by treating the cloud as an asynchronously arriving evidence source rather than a continuously synchronized co-generator.

My Favorite Bugs: Invalid Surrogate Pairs

Hacker News Top

A blog post recounting a bug where inserting adjacent multi-byte emoji caused a splice in a CRDT library, splitting a surrogate pair and silently breaking collaborative editor synchronization.