Re: Speeding up Xcode?
Re: Speeding up Xcode?
- Subject: Re: Speeding up Xcode?
- From: j o a r <email@hidden>
- Date: Mon, 17 Oct 2005 07:58:22 +0200
On 17 okt 2005, at 03.22, Marshall Clow wrote:
[ Just checked - opening a 13K text file, containing 362 lines of
text - it was more than two seconds from the time the text finished
drawing until the function popup appeared. Dual G5/2GHz, 2GB ram,
Xcode 2.1 ]
At least it does this as fast as it can, and without blocking the
main thread. I think that it's a good design, and a great step
forward from when it did this (and many other things) in the main
thread.
Xcode should do all actions that can take several seconds to complete
(and where the time to complete is dependent on the number of source
files, or the size of source files - and so is effectively unlimited)
in secondary threads, and the Xcode team is moving in that direction.
With the latest versions of Xcode, they're almost reaching this
important goal. Once there, a certain level of responsiveness and
usability can be guaranteed.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden