An open API service indexing awesome lists of open source software.

https://github.com/webcpu/concurrentcarthage

Concurrent Carthage
https://github.com/webcpu/concurrentcarthage

carthage swift

Last synced: 5 months ago
JSON representation

Concurrent Carthage

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.