首页
随机
最近更改
特殊页面
社群首页
参数设置
关于WHY42
免责声明
WHY42
搜索
用户菜单
登录
欢迎来到Riguz的小站!这是一个私人wiki,用来记录一些我的笔记。
查看“︁Collaborative editing”︁的源代码
←
Collaborative editing
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
= Why use CRDT instead of OT? = 一些OT算法被证实存在错误(极端情况下导致不一致);而类似Juptier算法需要中心化的服务器, 影响性能和水平扩展性。 [[Image:OT-wrong.png|400px]]<ref>https://www.youtube.com/watch?v=B5NULPSiOGw</ref> 因此,期望有一种去中心化的协作模型: [[Image:CRDT-model.png|400px]] CRDT跟区块链有什么区别? [[Image:CRDT-vs-blockchain.png|400px]] = YATA/Yjs = * https://www.bartoszsypytkowski.com/the-state-of-a-state-based-crdts/ * https://www.bartoszsypytkowski.com/yata/ * https://juejin.cn/post/7316592817341399090 * https://zhuanlan.zhihu.com/p/452980520 * https://segmentfault.com/a/1190000043871178 OT: * http://operational-transformation.github.io/ * https://jzhao.xyz/thoughts/Operational-Transform * http://objcer.com/2018/03/05/SharePen-Operational-Transformation/ * https://fitzgeraldnick.com/2011/04/05/operational-transformation-operations.html * https://github.com/ottypes/text * https://digitalfreepen.com/2018/01/04/operational-transform-hard.html * [https://www3.ntu.edu.sg/scse/staff/czsun/projects/otfaq/ Operational Transformation Frequently Asked Questions and Answers] * https://hackernoon.com/operational-transformation-the-real-time-collaborative-editing-algorithm-bf8756683f66 * https://svn.apache.org/repos/asf/incubator/wave/whitepapers/operational-transform/operational-transform.html CRDT: * https://crdt.tech/papers.html * [https://www.youtube.com/watch?v=B5NULPSiOGw CRDTs and the Quest for Distributed Consistency ] * https://www.velotio.com/engineering-blog/build-collaborative-editor-using-quill-and-yjs * https://pedrogao.github.io/posts/co/crdt3.html [[Category:Algorithm]] [[Category:CRDT]]
返回
Collaborative editing
。