Ben, I like your idea for the dynamic tree, and the
more that I think about it, I shouldn't decompress the
word until it's needed.  This would certainly get
around my heap space problem.

Okay, so let's say that I use a dynamic tree for my
word lookup.  But, this still comes back to how do I
efficiently store 40,000+ compressed words into a PRC
file.  I'm using your trick to attach a database
resource to a PRC in Codewarrior using PalmREZ (ex:
"read 'Dict' (1000) "dict.pdb").  But, I'm limited to
resources of 64kb.  How in the world can I attach a
40,000 (compressed) word list using this method?

Thanks,

-Robert

>Don't decompress a word until its needed.
>
>Here's an idea for a scheme: if you are storing a
>list of words, set up the 
>word list as a dynamic tree... for example, if I
>wanted to store

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to