go-edlib
go-edlib copied to clipboard
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
Results
1
go-edlib issues
Sort by
recently updated
recently updated
newest added
:robot: I have created a release \*beep\* \*boop\* --- ## [1.6.0](https://www.github.com/hbollon/go-edlib/compare/v1.5.0...v1.6.0) (2022-07-03) ### Features * reduce OSADamerau–Levenshtein space complexity from O(m*n) to O(3 * min(m,n)) ([#17](https://www.github.com/hbollon/go-edlib/issues/17)) ([37da2e1](https://www.github.com/hbollon/go-edlib/commit/37da2e108e4e0edc01b3b63f74240925aa359aa6)) --- This PR...
autorelease: pending