zadeh
zadeh copied to clipboard
Explore differences between fuzzy-native
https://github.com/hansonw/fuzzy-native
The scoring mechanism for fuzzaldrin-plus is better than fuzzy-native. Some examples:
- Gives more score for CamelCase and snake_case acronyms.
- Gives more score for matches in the filename than in the directory name.
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