A86: Re: Re: Program List


[Prev][Next][Index][Thread]

A86: Re: Re: Program List




Also, some are more efficient depending what you want to do. For example, if
you want to look for programs and strings, you'd have to go through two
_FindAlpha loops whereas you could have one pass through the VAT; on the
other hand, if you wanted an alphabetical list, or if you didn't have memory
to store all of the VAT entries, _FindAlpha would be better. Anaconda for
example searches the VAT itself, but many times I definitely considered
restructuring it.

----- Original Message -----
From: David Phillips <david@acz.org>
To: <assembly-86@lists.ticalc.org>
Sent: Sunday, December 05, 1999 2:03 AM
Subject: A86: Re: Program List


> Effecient:
>
> Speed: Run through the VAT yourself
> Size: Use _FindAlphaUp and _FindAlphaDn




References: