How much memory may a HPPL program use on a G2?
|
09-19-2023, 07:29 PM
Post: #74
|
|||
|
|||
RE: How much memory may a HPPL program use on a G2?
Bonsoir
J'ai continuer à regarder vôtre code ce soir, la partie où vous connaissez la première lettre et j'ai donc compris que si le mot commence par C???.. vous chercher l'index du mot >BZZZ.. et l'index de celui <DAAA..., donc avec mon organisation de 26 sous listes je fais la même chose en prenant le code ascii de la première lettre -96 = n° de sous liste à explorer et elle seule. J'ai vu qu'ensuite vous faites une itération lettre par lettre comme je fais. J'ai compris en voyant vôtre code que je faisais une erreur en appelant une fonction extérieure pour la comparaison et donc un appel avec passage de paramètres dans la boucle pour chaque mot de la liste, et j'ai donc incorporé cette boucle de comparaison dans la boucle de parcours des mots. Pourtant mes recherches prennent plus de temps que les vôtres, j'en conclus donc que l'accès aux chaînes est plus rapide que celui aux listes, comme vous l'avez annoncé. Good evening I continued to look at your code this evening, the part where you know the first letter and I realised that if the word starts with C???... you look for the index of the word >BZZZ... and the index of the word <DAAA..., so with my organisation of 26 sub-lists I do the same thing, taking the ascii code of the first letter -96 = number of the sub-list to be explored and that alone. I saw that you then iterate letter by letter as I do. I realised when I saw your code that I was making a mistake by calling an external function for the comparison and therefore a call with passing parameters in the loop for each word in the list, and I therefore incorporated this comparison loop in the word browsing loop. However, my searches take longer than yours, so I conclude that accessing strings is faster than accessing lists, as you said. Sorry for my english |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 21 Guest(s)