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. Sep 28, 2017
  2. Aug 16, 2017
    • Junegunn Choi's avatar
      Make Reader event notification asynchronous · 487c8fe8
      Junegunn Choi authored
      Instead of notifying the event coordinator (EventBox) whenever a new
      line is arrived, start a background goroutine that periodically does the
      task. Atomic.StoreInt32 is much cheaper than mutex synchronization
      that happens during EventBox update.
      Unverified
      487c8fe8
  3. Aug 02, 2015
    • Junegunn Choi's avatar
      Performance fix - unnecessary rune convertion on --ansi · e13bafc1
      Junegunn Choi authored
          > time cat /tmp/list | fzf-0.10.1-darwin_amd64 --ansi -fqwerty > /dev/null
      
          real    0m4.364s
          user    0m8.231s
          sys     0m0.820s
      
          > time cat /tmp/list | fzf --ansi -fqwerty > /dev/null
      
          real    0m4.624s
          user    0m5.755s
          sys     0m0.732s
      e13bafc1
    • 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
  4. Jul 22, 2015
  5. Feb 17, 2015
  6. Jan 12, 2015
  7. Jan 03, 2015
Loading