Post Reply 
How much memory may a HPPL program use on a G2?
09-09-2023, 12:56 PM (This post was last modified: 09-09-2023 12:57 PM by Tyann.)
Post: #26
RE: How much memory may a HPPL program use on a G2?
Le problème principal est la vitesse d'exécution dans certains cas.
l'application permet par exemple de vérifier si un mot est correctement orthographié.
Avec POS le résultat est instantané.
L'application permet aussi de rechercher des mots avec des lettres manquantes pour résoudre
des grilles de mots croisés par exemple.
Eh bien là j'ai remarqué que si la fonction renvoie une grande liste de réponses possibles, le retour de la fonction prend un temps important, bien sûr la recherche prends du temps aussi mais là c'est normal.
Pour ce qui est des listes, elles contiennent tout simplement les mots du dictionnaire sous forme de chaînes.

The main problem is speed of execution in certain cases.
For example, the application can be used to check whether a word is spelt correctly.
With POS, the result is instantaneous.
The application can also be used to search for words with missing letters to solve crossword puzzles, for example.

Well, I've noticed that if the function returns a large list of possible answers, the function takes a long time to return, and of course the search takes time too, but that's normal.
As for the lists, they simply contain the words in the dictionary in the form of strings.

Sorry for my english
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? - Tyann - 09-09-2023 12:56 PM



User(s) browsing this thread: