• 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: List size limit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: List size limit


  • Subject: Re: List size limit
  • From: has <email@hidden>
  • Date: Sat, 10 Mar 2007 17:27:02 +0000

Simon Forster wrote:

I seem to recall people mentioning on the list that AppleScript lists
start to get a bit flakey above a certain size. 15,000 items OK?

The issues I can recall are: 1. serialising lists breaks for over approx. 4000 items, and 2. item lookups normally have O(n) efficiency, which means performance sucks on large lists unless you use certain fairly well known kludges that force constant-time O(1) lookups. But apart from those issues I think you should be okay.


HTH

has

p.s. You might also consider using Perl/Python/Ruby for this job, as they tend to be much more powerful, efficient and robust than AppleScript. They'll certainly zip through your filesystem much faster than AS.
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org
http://appscript.sourceforge.net/objc-appscript.html


_______________________________________________
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
  • Follow-Ups:
    • Re: List size limit
      • From: Simon Forster <email@hidden>
  • Prev by Date: Re: AppleScript In Web Publishing...
  • Next by Date: RE: Global variables
  • Previous by thread: Re: List size limit
  • Next by thread: Re: List size limit
  • Index(es):
    • Date
    • Thread