When checking if a string is in the list of names generated by the .txt file there should be a length pre filter so only names with the same length of the string are compared. I will most likely implement this as a dictionary with all of the names from the txt sorted by length made at run time or store the names as a .json file pre sorted.
When checking if a string is in the list of names generated by the .txt file there should be a length pre filter so only names with the same length of the string are compared. I will most likely implement this as a dictionary with all of the names from the txt sorted by length made at run time or store the names as a .json file pre sorted.