fzf/src/util
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.
2024-04-14 11:48:44 +09:00
..
atexit_test.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
atexit.go Enable profiling options when 'pprof' tag is set (#2813) 2024-04-13 14:58:11 +09:00
atomicbool_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
atomicbool.go Update AtomicBool to use atomic memory operation (#1939) 2020-03-30 01:42:58 +09:00
chars_test.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
chars.go Improve search performance by limiting the search scope 2024-04-14 11:48:44 +09:00
eventbox_test.go test(eventbox): remove obsolete EvtClose const (#3059) 2022-11-23 19:38:14 +09:00
eventbox.go Ignore EvtReadNew if EvtReadFin is already set 2017-08-20 14:30:17 +09:00
slab.go Revise ranking algorithm 2016-09-18 14:34:46 +09:00
util_test.go Handle ambiguous emoji width 2024-01-19 16:41:50 +09:00
util_unix.go become: Set stdin to /dev/tty 2023-02-15 23:24:42 +09:00
util_windows.go become: Set stdin to /dev/tty 2023-02-15 23:24:42 +09:00
util.go Export $FZF_KEY environment variable to child processes 2024-04-13 14:00:16 +09:00