Re: Dynamic Records?? (or other alternatives)
Re: Dynamic Records?? (or other alternatives)
- Subject: Re: Dynamic Records?? (or other alternatives)
- From: Christopher Nebel <email@hidden>
- Date: Tue, 4 Dec 2001 12:53:16 -0800
Does anyone know if getting/setting the value of a record key is O(1)
in Applescript?
Looking up a record key is O(n), but the constant factor is very small,
so it's not as bad as it could be. I hope to change this at some point
to at least O(log n), if not O(1).
--Chris Nebel
AppleScript Engineering