Sujet : Re: Does cheating produce faster searches?
De : luc (at) *nospam* sep.invalid (Luc)
Groupes : comp.lang.tclDate : 27. Sep 2024, 03:48:49
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240926234849.1ab3ea7c@lud1.home>
References : 1 2
On Thu, 26 Sep 2024 18:46:36 -0700, Shaun Deacon wrote:
Depending very much on what you want to do with the result from your
search, and speed is your primary concern, there may be another way to
approach this...
>
If you're just checking for whether a word exists in some word list,
have you considered creating array variables ?
Right now, at this very exact moment, I am toying with a real time
search box, and by "real time" I mean the search output changes with
every new character typed into the user input widget. But I'm always
searching for all kinds of stuff when I code. It's a very common need.
Interesting idea with the array variables. Thank you for your input.
-- Luc>