summaryrefslogtreecommitdiff
path: root/src/tokenizer.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-08-18 01:38:41 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-08-18 01:46:05 +0900
commitbabf877fd618dd4c442ca78e920198324527e943 (patch)
tree2f166936609521f57dfcddce6454bb38fb72c0a7 /src/tokenizer.go
parent935272824ebb7ec6de3cd981caf71c8b5208f9b3 (diff)
downloadfzf-babf877fd618dd4c442ca78e920198324527e943.tar.gz
Increase the number of go routines for search
Sort performance increases as the size of each sublist decreases (n in nlog(n) decreases). Merger is then responsible for merging the sorted lists in order, and since in most cases we are only interesed in the matches in the first page on the screen so the overhead in the process is negligible.
Diffstat (limited to 'src/tokenizer.go')
0 files changed, 0 insertions, 0 deletions