zadeh icon indicating copy to clipboard operation
zadeh copied to clipboard

Explore differences between fuzzy-native

Open rajendrant opened this issue 4 years ago • 1 comments

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

rajendrant avatar Aug 31 '20 17:08 rajendrant

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

rajendrant avatar Sep 01 '20 20:09 rajendrant