-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: test
find
’s -type
late for speed
perform `find`’s `-name` test “before the `-type` test in order to avoid having to call `stat(2)` on every file” https://git.sv.gnu.org/cgit/findutils.git/commit/find/find.1?id=06887a6b8e Signed-off-by: Lucas Larson <[email protected]>
- Loading branch information
1 parent
5aa1df6
commit c4fa32c
Showing
1 changed file
with
19 additions
and
23 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