fzf/src/util
Junegunn Choi c9f16b6430
Avoid unconditionally storsing input as runes
When --with-nth is used, fzf used to preprocess each line and store the
result as rune array, which was wasteful if the line only contains ascii
characters.
2017-07-20 02:44:30 +09:00
..
atomicbool_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
atomicbool.go Reorganize source code 2015-01-12 12:56:17 +09:00
chars_test.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
chars.go Avoid unconditionally storsing input as runes 2017-07-20 02:44:30 +09:00
eventbox_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
eventbox.go Code cleanup 2015-03-22 16:05:54 +09:00
slab.go Revise ranking algorithm 2016-09-18 14:34:46 +09:00
util_test.go [perf] evaluateBonus can start from sidx - 1 2016-08-14 11:58:47 +09:00
util_unix.go Use read syscall directly to get character (#931) 2017-05-25 01:36:59 +09:00
util_windows.go Fixes for Cygwin 2017-06-03 19:47:53 +09:00
util.go Use glide to handle go dependencies 2017-06-01 17:08:47 -07:00