Re: Concatenating records
Re: Concatenating records
- Subject: Re: Concatenating records
- From: Kai <email@hidden>
- Date: Tue, 28 Jan 2003 14:00:55 +0000
on 28/1/03 12:20 pm, I wrote:
>
In all cases, the 'record & new property' method consistently outperformed the
>
'new property & record' version. While the precise speed bump could vary
>
between tests, the average was about 4-5%.
Of course, unless you know a really fast way of checking that the record
does not already contain a newProperty, you may still be better off with the
'new property & record' version.
There may be better ways, but I used a try block to check - which resulted
in an 80% speed penalty. On that basis, I'd be tempted to stick with 'new
property & record'.
--
Kai
_______________________________________________
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.