Diff, Match and Patch libraries for Plain Text
- 资源大小:133.05 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
资 源 简 介
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
Diff:
Compare two blocks of plain text and efficiently return a list of differences.
Diff Demo
Match:
Given a search string, find its best fuzzy match in a block of plain text. Weighted for both accuracy and location.
Match Demo
Patch:
Apply a list of patches onto plain text. Use best-effort to apply patch even when the underlying text doesn"t match.
Patch Demo
Currently available in Java, JavaSc
文 件 列 表
speedtest_20121119
javascript
dart
python2
csharp
java
python3
cpp
README-speedtest.txt
lua