https://github.com/webcpu/concurrentcarthage
Concurrent Carthage
https://github.com/webcpu/concurrentcarthage
carthage swift
Last synced: 5 months ago
JSON representation
Concurrent Carthage
- Host: GitHub
- URL: https://github.com/webcpu/concurrentcarthage
- Owner: webcpu
- License: mit
- Created: 2020-05-06T16:39:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T17:57:36.000Z (over 5 years ago)
- Last Synced: 2025-05-05T08:41:16.055Z (8 months ago)
- Topics: carthage, swift
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concurrent Carthage
**Concurrent** Carthage is a faster Carthage which utilizes multiple cores to build frameworks.
## Install
``` ruby main.rb ```
## Speed Comparasion
Concurrent Carthage
```
carthage build --platform iOS --platform macOS 231.98s user 100.72s system 455% cpu 1:13.01 total
```
Original Carthage
```
carthage build --platform iOS --platform macOS 125.28s user 54.45s system 86% cpu 3:26.99 total
```
## Limitations
If your frameworks have too many nested dependencies, Concurrent Carthage can't speed it up very much.