difflib-fast 0.3.5

Fast, byte-for-byte exact difflib Ratcliff–Obershelp (gestalt) similarity ratio + single-linkage clustering (suffix automaton), plus an exact all-pairs weighted-cosine similarity join (L2AP, CPU+GPU).
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