Open Esysteme opened 9 years ago
Hello :-),
The goal of what? Is it a question? A bug? A feature request? A PR?
question or feature request, not a bug =)
I don't see any question. Can you reformulate please?
well instead to put an array of 1 000 000 000 of elements, I would to use the result of an SQL query that i feed to each input on keyboard. if any possibility to do that if not to make this feature.
I guess yes. We could be able to change Autocompleter\Word
to work on an iterator instead of an array. And this way you will be able to pass the SQL result as an iterator. It will save memory. But if you need to iterate over all the result set, it can be long…
Thoughts?
@Esysteme Did I rename the issue correctly?
ping @Esysteme
Sorry yes correctly renamed, anyone think about this new feature ?
The goal is to make a query each push on key board to get result from DB.
The goal is to make auto complete with 10 000 000 line in DB, of course set 10 000 000 elem in array in not the good solution