The resulting size of the binary would effect load times slightly (as
it has to load X MB's off disk), but you are most likely talking nano
seconds here.

So, split them up, don't split them up - I can't see how it would make
a difference at runtime (might be fractionally slower at compile time,
but again - seconds or milliseconds over a 30 second + build time)

On Fri, Jul 6, 2012 at 1:28 PM, Jason Awbrey <[email protected]> wrote:
> all code is compiled into a single executable.  If you look at the dll files
> included in a build they're just xml metadata, not code
>
> On Fri, Jul 6, 2012 at 6:33 AM, sgmunn <[email protected]> wrote:
>>
>> Does anyone have any knowledge of what impact having multiple assemblies
>> in a MonoTouch project would have for start up performance?
>>
>> I had thought that having quite a few assemblies might impact initial
>> start up times and have been putting library code into one project just to
>> minimise loading times, but I've read that the assemblies are stripped of
>> all but metadata and the code is linked into the actual app.  If this is the
>> case then I suspect it wouldn't make any difference to load times and I
>> should separate my library code where it makes sense.
>>
>> Am I on the right track, or completely off base.
>>
>> Cheers,
>> Greg
>> ________________________________
>> View this message in context: Impact on load time with many assemblies
>> Sent from the MonoTouch mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> MonoTouch mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>
>
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to