difflib-fast 0.1.1

Fast, byte-for-byte exact difflib Ratcliff–Obershelp (gestalt) similarity ratio + single-linkage clustering, via a suffix automaton.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rust build artifacts (this crate's, the bench bin's, and benchmarks/compare's)
target/

# Python build artifacts (maturin develop drops the compiled module + caches into python-source)
__pycache__/
*.py[cod]
*.so
*.pyd
*.dylib
dist/
*.egg-info/

# samply / profiling output
*.json.gz
flame.svg

# macOS
.DS_Store