• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Why are compiled scripts slower than from Script Editor?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • RE: Why are compiled scripts slower than from Script Editor?
      • From: John Delacour <email@hidden>
  • Prev by Date: RE: Please send System Events 1.1.2
  • Next by Date: Re: Word scripting?
  • Previous by thread: RE: Why are compiled scripts slower than from Script Editor?
  • Next by thread: RE: Why are compiled scripts slower than from Script Editor?
  • Index(es):
    • Date
    • Thread