fzf/src/algo
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
..
algo.go Micro-optimizations 2016-08-19 02:39:32 +09:00
algo_test.go Micro-optimizations 2016-08-19 02:39:32 +09:00