nucleo/README.md

10 lines
205 B
Markdown
Raw Normal View History

2023-07-17 15:29:11 +00:00
# fzf_oxide
2023-07-17 15:29:11 +00:00
An optimized rust port of the fzf fuzzy matching algorithm
## TODO:
* case mismatch penalty
* substring/prefix/postfix/exact matcher
* high level API (worker thread, query parsing, sorting)