fzf/src/util
Junegunn Choi 37dc273148
Micro-optimizations
- Make structs smaller
- Introduce Result struct and use it to represent matched items instead of
  reusing Item struct for that purpose
- Avoid unnecessary memory allocation
- Avoid growing slice from the initial capacity
- Code cleanup
2016-08-19 02:39:32 +09:00
..
atomicbool.go Reorganize source code 2015-01-12 12:56:17 +09:00
atomicbool_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
chars.go [perf] Remove memory copy when using string delimiter 2016-08-14 04:30:55 +09:00
chars_test.go [perf] Remove memory copy when using string delimiter 2016-08-14 04:30:55 +09:00
eventbox.go Code cleanup 2015-03-22 16:05:54 +09:00
eventbox_test.go Reorganize source code 2015-01-12 12:56:17 +09:00
util.go Micro-optimizations 2016-08-19 02:39:32 +09:00
util_test.go [perf] evaluateBonus can start from sidx - 1 2016-08-14 11:58:47 +09:00