TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Xi-editor – A modern editor with a back end written in Rust

4 pointsby pentestercrabalmost 7 years ago

1 comment

pentestercrabalmost 7 years ago
Interestingly, this project makes use of a conflict-free replicated data type (CRDT) data structure [1]. All the information on where they use this can be found on their page detailing their approach to async plugins and undo[2].<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Conflict-free_replicated_data_type" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Conflict-free_replicated_data_...</a><p>[2] <a href="http:&#x2F;&#x2F;google.github.io&#x2F;xi-editor&#x2F;docs&#x2F;crdt.html" rel="nofollow">http:&#x2F;&#x2F;google.github.io&#x2F;xi-editor&#x2F;docs&#x2F;crdt.html</a>