RE: Why are compiled scripts slower than from Script Editor?
RE: Why are compiled scripts slower than from Script Editor?
- Subject: RE: Why are compiled scripts slower than from Script Editor?
- From: John Delacour <email@hidden>
- Date: Tue, 25 Mar 2003 16:29:17 +0000
- Mac-eudora-version: 6.0a13
At 10:36 am -0500 25/3/03, Sprague, Graham wrote:
So is there any one else out there who can who can help with this. The
original question was: Why do compliled apps run slower than compiled
scripts run from within the Script Editor?
Anyone else having this problem?
There does seem to be a problem. I used this loop in a SE window and
in a stay-open applet and the results began 50% slower and ended up 4
times slower. Needs frrther investigation
10.1.4 SE 2
on doloop(n)
set t to the ticks
repeat n times
random number from 1 to 20000
end repeat
set t2 to (the ticks)
return t2 - t
end doloop
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.