atom-community / zadeh

Blazing fast library for fuzzy filtering, matching, and other fuzzy things!
https://www.npmjs.com/package/zadeh
Apache License 2.0
26 stars 8 forks source link

Explore differences between fuzzy-native #8

Open rajendrant opened 4 years ago

rajendrant commented 4 years ago

https://github.com/hansonw/fuzzy-native

rajendrant commented 4 years ago

The scoring mechanism for fuzzaldrin-plus is better than fuzzy-native. Some examples:

https://github.com/jeancroy/fuzz-aldrin-plus#proposed-scoring-rules https://github.com/hansonw/fuzzy-native/blob/master/src/score_match.cpp#L42

Using fuzzaldrin-plus or fuzzaldrin-plus-fast would avoid the following issues. https://github.com/atom/fuzzy-finder/issues/379#issuecomment-509231032 https://github.com/atom/fuzzy-finder/issues/403