summaryrefslogtreecommitdiffstats
path: root/src/tokenizer.go
AgeCommit message (Expand)Author
11 daysRefactor the code to remove global variablesJunegunn Choi
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2022-07-21Fix delimiter regex to properly support caret (^)Junegunn Choi
2021-01-15Fix typos in source code (#2322)freddii
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2018-03-13Make fzf pass go vetRyan Boehning
2017-08-26Minor refactoringsJunegunn Choi
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-18Remove duplicate codeJunegunn Choi
2016-08-14[perf] Remove memory copy when using string delimiterJunegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
2015-08-11Fix --with-nth performance; use simpler regular expressionJunegunn Choi
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-01-23Nullify --nth option when it's irrelevantJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-09Minor refactoringJunegunn Choi
2015-01-05Fix index out of bounds error during TransformJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi