Re: Question of technique: Speed
Re: Question of technique: Speed
- Subject: Re: Question of technique: Speed
- From: Takaaki Naganoya <email@hidden>
- Date: Fri, 23 Feb 2018 21:04:49 +0900
> 2018/02/23 6:59、Iurista GmbH <email@hidden>のメール:
>
> Hi all
>
> I have a question about which technique is faster:
> Several scripts, among them script A need objects from library Lib.
> To load library Lib, script A needs information about it which are stored in
> a general library GL. Script A therefore loads first GL.
> To provide its functions, Lib also needs GL
>
> method A
> Lib also loads GL
>
> method B
> A transmits the loaded GL as a parameter to Lib, when it calls Lib
>
>
> What is the smarter way to do that in AppleScript 2.1.2 (if possible without
> ASObjC)
> Thanks for a hint
> Rudolf
Hmm….
I think you’d better to try both method by yourself and report here.
I really have test all case by myself like this….
—AppleScript sorting performance comparison
http://piyocast.com/as/archives/2071
--
Takaaki Naganoya
email@hidden
http://piyocast.com/as/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden