Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 30, 2016
  2. Sep 28, 2016
  3. Sep 25, 2016
  4. Aug 19, 2016
    • Junegunn Choi's avatar
      Micro-optimizations · 37dc2731
      Junegunn Choi authored
      - 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
      Unverified
      37dc2731
  5. Jul 15, 2016
  6. Jun 14, 2016
  7. Aug 02, 2015
    • Junegunn Choi's avatar
      Performance tuning - eager rune array conversion · 0ea66329
      Junegunn Choi authored
          > wc -l /tmp/list2
           2594098 /tmp/list2
      
          > time cat /tmp/list2 | fzf-0.10.1-darwin_amd64 -fqwerty > /dev/null
      
          real    0m5.418s
          user    0m10.990s
          sys     0m1.302s
      
          > time cat /tmp/list2 | fzf-head -fqwerty > /dev/null
      
          real    0m4.862s
          user    0m6.619s
          sys     0m0.982s
      0ea66329
  8. Jul 22, 2015
  9. May 22, 2015
  10. Mar 27, 2015
  11. Mar 23, 2015
  12. Mar 22, 2015
  13. Mar 19, 2015
Loading