EROFS 相关资料整理
#代码仓库
- EROFS 内核驱动仓库: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
- erofs-utils 仓库: https://github.com/erofs/erofs-utils
- 其他相关项目: https://github.com/erofs
in-tree 的代码也是模块的形式,以 module_init 开始
Gao Xiang @ 华为,MIngkai Dong @ IPADS @ SJTU
Jaro-Winkler similarity 是由 Matthew A. Jaro 在 1989 年提出,William E. Winkler 在 1990 年又进行了改进的算法,用于评估两个序列之间的编辑距离。
对于字符串s1 和s2,Jaro 相似度的计算公式为:
MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.