High CPU usage attributed to `carthage` when blocking on tasks
Open
bug
help wanted
update
- Dominant language
- Swift
- Stars
- 15.2k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
During a long series of Git operations, `carthage` was spiking to > 200% CPU usage, despite the fact that most of the work was happening in `git` processes.
We may be unintentionally busy-waiting somewhere (perhaps because a task isn't quiet that should be?) or shelling out too frequently.
Contributor guide
Assessment
This issue has not been assessed yet.