[swift-dev] Reduce app startup time by combining swift-libs

Michel Loenngren michel.loenngren at gmail.com
Fri Feb 17 15:58:41 CST 2017


All,

When starting an app that includes swift these libs are being loaded:

*libswiftCoreGraphics.dylib *
*libswiftDispatch.dylib  *
*libswiftObjectiveC.dylib*
*libswiftCore.dylib*
*libswiftDarwin.dylib*
*libswiftFoundation.dylib*

which adds considerable delay to our app startup time (compared to running
a pure objective-c codebase). Is anybody aware of a way to reduce startup
by combining these libs into a single lib for faster load time?

Kind regards

Michel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20170217/27b894ae/attachment.html>


More information about the swift-dev mailing list