You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm searching a large directory with many subdirectories and decide to cancel my search via ctrl-c, the operation hangs for 10-30s (presumably correlated to the number and size of search files). This is a real usability pain point.
OS: OS X 10.11.6
Go version: go version go1.7.1 darwin/amd64
Reproduction instructions:
When I'm searching a large directory with many subdirectories and decide to cancel my search via
ctrl-c
, the operation hangs for 10-30s (presumably correlated to the number and size of search files). This is a real usability pain point.OS: OS X 10.11.6
Go version: go version go1.7.1 darwin/amd64
Reproduction instructions:
time pt golang
and immediately ctrl+cRepeating the same steps with
ag
shows a .2 second termination time, and that's probably mostly the time it takes me to press ctrl+c.The text was updated successfully, but these errors were encountered: