nucleo/README.md
2023-07-22 03:53:31 +02:00

10 lines
205 B
Markdown

# fzf_oxide
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)