tantan的博客

Notes, ideas, and observations

Jaro-Winkler similarity 是由 Matthew A. Jaro 在 1989 年提出,William E. Winkler 在 1990 年又进行了改进的算法,用于评估两个序列之间的编辑距离。

对于字符串s1s1s2s2,Jaro 相似度的计算公式为:

今天用 lighthouse 分析博客的性能,发现几个之前不了解的问题,记录一下。

#避免在主线程跑复杂 JS

0%