You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src/algo
Junegunn Choi e86b81bbf5
Improve search performance by limiting the search scope
Find the last occurrence of the last character in the pattern and
perform the search algorithm only up to that point.

The effectiveness of this mechanism depends a lot on the shape of the
input and the pattern.
3 weeks ago
..
algo.go Improve search performance by limiting the search scope 3 weeks ago
algo_test.go Improve search performance by pre-calculating character classes 3 weeks ago
normalize.go Accented character normalization for Vietnamese characters (#2090) 4 years ago