Skip to content
Snippets Groups Projects
Commit c4df86eb authored by Xu Cheng's avatar Xu Cheng
Browse files

cleanup: speed up rm_DS_Store by multithread


Before

```
$ time brew cleanup -s
brew cleanup -s  0.73s user 3.52s system 58% cpu 7.297 total
```

After

```
$ time brew cleanup -s
brew cleanup -s  0.69s user 2.57s system 139% cpu 2.341 total
```

Closes Homebrew/homebrew#42968.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent dc4feaf5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment