-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unscientifically, running `sd` with no arguments for my ~/sd went from 140ms to 80ms. About 40ms saved by using a glob instead of a find (I don't know what I was thinking there), and another 20ms by pushing the output to a separate loop. I assume it changed the way it could buffer the output, but I don't really understand why that is.
- Loading branch information
1 parent
9c69654
commit f31d8c0
Showing
1 changed file
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters