Skip to content

Instantly share code, notes, and snippets.

@petdance
Created January 24, 2018 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petdance/37dbda038c3e867e15e5bb611fe03a4b to your computer and use it in GitHub Desktop.
Save petdance/37dbda038c3e867e15e5bb611fe03a4b to your computer and use it in GitHub Desktop.
| HEAD | grep | ag | rg
------------------------------------------------------------------------
ack foo /home/andy/parrot/ | 0.43 | 0.08 | 0.09 | 0.08
ack foo -w /home/andy/parrot/ | 0.40 | 0.08 | 0.08 | 0.09
ack foo\w+ -w /home/andy/parrot/ | 0.36 | 0.09 | 0.12 | 0.07
ack foo\w+ -C10 /home/andy/parrot/ | 0.52 | 0.09 | 0.14 | 0.07
ack (set|get)_\w+ /home/andy/parrot/ | 0.82 | 0.18 | 0.18 | 0.08
------------------------------------------------------------------------
Total | 2.53 | 0.52 | 0.61 | 0.39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment