|
You are here |
www.onswiftwings.com | ||
| | | | |
swift.org
|
|
| | | | | Whole-module optimization is an optimization mode of the Swift compiler. The performance win of whole-module optimization heavily depends on the project, but it can be up to two or even five times. | |
| | | | |
benoitpasquier.com
|
|
| | | | | The best part of continuous integration is the ability to automatically run tests and build apps, ready to be deployed. However, automatic build doesn't mean smart or optimised build. Here are some tips I collected along the way to speed up delivery process. | |
| | | | |
swiftwithmajid.com
|
|
| | | | | The primary goals of the microapps architecture are to maintain separation of concerns to enhance compile time, adhere to the single responsibility principle, and facilitate continuous delivery, allowing for the deployment of a feature without the need for the completion of other features. | |
| | | | |
bernsteinbear.com
|
|
| | | I have a lot of thoughts about the design of compiler intermediate representations (IRs). In this post I'm going to try and communicate some of those ideas and why I think they are important. | ||