Thanks for all the tips. After removing any node list calls and
getElementByName calls, it now only takes 10 seconds to acquire 112,000
words. Not bad compared to the 5 seconds it takes with a messy text file. I
would never have guessed a linklist data structure was used from DOM trees
or whatnot. I would have thought vectors, but I guess that does explain why
it was slow.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to