vickumar1981 / stringdistance

A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard similarity, Longest common subsequence, Hamming distance, and more..
https://vickumar1981.github.io/stringdistance/api/com/github/vickumar1981/stringdistance/index.html
Other
78 stars 15 forks source link

Fix benchmarks to not measure Array.fill performance #68

Closed tg44 closed 3 years ago

tg44 commented 3 years ago

Related to #59

vickumar1981 commented 3 years ago

btw, i merged this into the 1.2.6-SNAPSHOT branch.