Building Swift Code Faster #2
Replies: 2 comments 1 reply
-
|
Thanks, great article! I liked your approach of combining |
Beta Was this translation helpful? Give feedback.
-
|
Good article. I'd like to add that we at Avito are looking forward to do something with huge modules described here as monolithic. Optimization is great, it helps us now, but we won't stop here. Ideally we should achieve maximal parallelization of building modules. My message for viewers is that you probably should seek the same goal too if you want to do something like we did, avoid modules that behave like those "monolithic" modules at compilation, big modules that do to much, have too much dependencies and too much modules depend on them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Building Swift Code Faster
How do you speed up the build of your Swift project? Do you use -warn-long-function-bodies or maybe even -stats-output-dir? These can find some compilation performance issues, but how do you truly take your build times to the next level? In this article, I want to show you how tweaking some build settings can drastically speed up your clean build times.
https://abdulowork.github.io/Building-Swift-Code-Faster/
Beta Was this translation helpful? Give feedback.
All reactions