首页:修订间差异

来自WHY42
Riguz留言 | 贡献
Riguz留言 | 贡献
 
(未显示同一用户的14个中间版本)
第8行: 第8行:
__NOTOC__
__NOTOC__


== 精选主题 ==
News: this wiki has been migrated to Docker deployment now!
 
== 维博 ==
* [[Java programmer cheat sheet|现代八股文合集]]
* [[Algorithm collection|算法合集]]
 
== 精选内容 ==


* 2024/09/20 [[An introduction to state-based CRDTs|(翻译)基于状态的CRDT简介]]
* 2024/07/29 [[Workflow design | 大模型工作流系统设计]]
* 2023/12/13 [[NanoGPT Tutorial]]
* 2023/12/13 [[NanoGPT Tutorial]]
* 2021/07/15 [[Flutter performance optimization|Flutter性能优化实践]]
* 2021/07/15 [[Flutter performance optimization|Flutter性能优化实践]]
* 2021/07/05 [[KDBX4 file format|KDBX4 文件格式解析]]
* 2021/07/05 [[KDBX4 file format|KDBX4 文件格式解析]]
* 2021/07/05 [[Java GC summary|Java GC小结]]
* 2021/07/05 [[JVM GC summary|JVM GC summary]]
* 2021/06/28 [[Redis distributed lock]]
* 2021/06/28 [[Redis distributed lock]]
* 2021/06/28 [[Redis Memory limit and eviction policy configuration]]
* 2021/06/28 [[Redis Memory limit and eviction policy configuration]]
* 2021/05/03 [[A brief introduction to MySQL binary log]]
* 2021/05/03 [[MySQL binary log]]
* 2021/01/05 [[Jer lang grammar design| Jer语言设计]]
* 2021/01/05 [[Jer lang grammar design| Jer语言设计]]
* 2020/11/04 [[Invoke SqlCipher using Flutter ffi|Flutter中使用ffi调用SqlCipher]]
* 2020/11/04 [[Invoke SqlCipher using Flutter ffi|Flutter中使用ffi调用SqlCipher]]
第28行: 第26行:
* 2020/03/04 [[Burrows–Wheeler Transform]]
* 2020/03/04 [[Burrows–Wheeler Transform]]
* 2020/01/25 [[Debug JDK source code]]
* 2020/01/25 [[Debug JDK source code]]
* 2019/12/24 [[JVM InvokeDynamic]]
* 2019/06/27 [[IEEE 754|IEEE 754浮点数转换]]
* 2019/06/27 [[IEEE 754|IEEE 754浮点数转换]]
* 2018/12/18 [[B-Tree alrogithm|B-Tree算法]]
* 2018/12/18 [[B-Tree alrogithm|B-Tree算法]]
* 2018/04/09 [[Compile OpenJDK8 on MacOSX]]
* 2018/04/09 [[Compile OpenJDK8 on MacOSX]]
* 2017/11/20 [[Compile live555 for Android]]
* 2017/11/20 [[Compile live555 for Android]]
* 2016/07/22 [[Db Schema key-gen]]
== 网站收藏 ==
* [https://martin.kleppmann.com/ Martin Kleppmann] : ''Designing Data-Intensive Applications''作者,分布式计算,CRDT
== 精选主题 ==
* [[Java programmer cheat sheet|现代八股文合集]]
* [[Algorithm collection|算法合集]]


== 最近更新 ==
{{Special:RecentChanges/days=10,limit=40,hidebots,hideminor}}
{{Special:RecentChanges}}

2024年10月15日 (二) 07:00的最新版本

The answer to life, the universe, and everything——is 42.

But, why?


News: this wiki has been migrated to Docker deployment now!

维博

网站收藏

  • Martin Kleppmann : Designing Data-Intensive Applications作者,分布式计算,CRDT

精选主题

缩写列表:
该编辑创建了新页面(见新页面列表
该编辑为小编辑
该编辑由机器人执行
(±123)
该页面字节数的前后变化

2024年10月15日 (星期二)

     13:45  Yjs state vector‎‎ 2次更改 历史 +467 [Riguz‎ (2×)]
     
13:45 (当前 | 之前 −7 Riguz 留言 贡献
     
13:45当前 | 之前 +474 Riguz 留言 贡献
     07:00  首页‎‎ 2次更改 历史 +66 [Riguz‎ (2×)]
     
07:00 (当前 | 之前 0 Riguz 留言 贡献 →‎维博
     
07:00当前 | 之前 +66 Riguz 留言 贡献 →‎维博

2024年10月13日 (星期日)

    14:38  Yjs state vector 差异历史 +746 Riguz 留言 贡献 (创建页面,内容为“Yjs has the ability to exchange only the differences when syncing two clients. We use lamport timestamps to identify structs and to track in which order a client created them. Each struct has an <syntaxhighlight lang="java" inline>struct.id = { client: number, clock: number}</syntaxhighlight> that uniquely identifies a struct. We define the next expected clock by each client as the state vector. This data structure is similar to the version vectors data structu…”)
    13:51  Yjs varint encoding‎‎ 4次更改 历史 +1,247 [Riguz‎ (4×)]
     
13:51 (当前 | 之前 +604 Riguz 留言 贡献
     
13:47当前 | 之前 +106 Riguz 留言 贡献
     
13:42当前 | 之前 +431 Riguz 留言 贡献
    
13:39当前 | 之前) +106 Riguz 留言 贡献 (创建页面,内容为“<ref>https://github.com/yjs/y-protocols/blob/master/PROTOCOL.md</ref> Category:Yjs Category:CRDT”) 标签可视化编辑:已切换
     13:44 上传日志 Riguz 留言 贡献上传文件:Yjs-logo.png
    13:44  分类:Yjs 差异历史 +270 Riguz 留言 贡献 (创建页面,内容为“Yjs is a CRDT implementation that exposes its internal data structure as shared types. Shared types are common data types like Map or Array with superpowers: changes are automatically distributed to other peers and merged without merge conflicts. Image:yjs-logo.png”)

2024年10月12日 (星期六)

     16:37  首页 差异历史 +60 Riguz 留言 贡献