Post Reply 
How much memory may a HPPL program use on a G2?
09-10-2023, 06:10 AM (This post was last modified: 09-10-2023 09:48 AM by komame.)
Post: #31
RE: How much memory may a HPPL program use on a G2?
(09-10-2023 05:42 AM)Tyann Wrote:  When searching for words with missing letters, I only search in the list of words of the same length.
For example, if I enter PL???E?, the search will only be done in AVars("N7").
Yes, I search directly in AVar because I think that copying the sub-lists into a local variable could take up unnecessary time.

I apologize; I didn't understand your explanations earlier. If the lists are divided based on word length and you keep them in AVars, that's a good solution, and there's no need for you to change it. Could you please explain how you check for word matches with missing letters? Do you iterate through individual letters and compare the n-th letter of the search word with the n-th letter of the word on the list, or do you do it differently?
And a very important thing: are the words on the lists sorted, or are they entered in random order?

I have a preliminary implementation ready using string-based lists, but before I show it to you, please answer my questions.

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How much memory may a HPPL program use on a G2? - komame - 09-10-2023 06:10 AM



User(s) browsing this thread: 27 Guest(s)