issues
search
ajmalsiddiqui
/
levenshtein-diff
A fast, generic implementation of Levenshtein's Algorithm for any kind of sequence, along with the ability to generate edits and regenerate the target sequence by applying edits to the source sequence.
MIT License
8
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove common prefix/suffix to save time
#10
NickCondron
opened
1 year ago
0
Use grid crate for 1D Vec to improve performance
#9
NickCondron
opened
1 year ago
1
Use 1-D Vec to be faster
#8
NickCondron
opened
1 year ago
0
Use levenshtein_tabulation to be faster
#7
NickCondron
closed
1 year ago
1
Add Criterion benchmarks
#6
NickCondron
closed
1 year ago
6
Create benchmarks
#5
NickCondron
closed
1 year ago
0
`generate_edits` API can be reworked to avoid `Result`
#4
NickCondron
opened
1 year ago
0
[Feature Request] Weighted distances
#3
atomflunder
opened
2 years ago
2
Removing or swapping first item results in an invalid distance matrix.
#2
Themayu
closed
2 years ago
1
When one of `source_idx` or `target_idx` is 0, an invalid access is made here
#1
da-x
closed
3 years ago
1