Re: App Start-up speed
Re: App Start-up speed
- Subject: Re: App Start-up speed
- From: Brendan Younger <email@hidden>
- Date: Wed, 7 Nov 2001 20:28:41 -0500
On Wednesday, November 7, 2001, at 01:20 PM, Luke Sands wrote:
When I build any of my apps, they usually take about 4-5 bounces to
load-up. How can I get it to launch like IE in 1 or two bounces?
Something I found a while back while perusing osx.hyperjeff.net was
this:
http://www.channelu.com/NeXT/NeXTStep/3.3/nd/index.html. Check
out the section on performance. AFAIK, most of it should still be
relevant to OS X. There's also a good document on improving locality of
reference
(
http://developer.apple.com/techpubs/macosx/Essentials/Performance/CodeOrganization/
Improving_L_f_Reference.html) which should help get all your
initialization code in those first few pages of memory. Other things,
like putting most of the UI in other nib files should help a lot too.
Brendan Younger