manu-leach / wordle_solver

0 stars 0 forks source link

code slowed significantly #10

Closed manu-leach closed 1 year ago

manu-leach commented 1 year ago

since switching to the full wordle wordlist, the code seems much slower. Taken 40 mins plus to loop over 5700 guesses with a candidate pool of 383.

not necessarily the case but needs investigating

manu-leach commented 1 year ago

potentially because the lexicon is unsorted, although even at 14000 guesses considered it seems too slow but by that point we'd expect it to have considered some of the high info guesses

manu-leach commented 1 year ago

To be expected. Will be significantly mitigated now by multithreading