Also use Vector to store menu search items instead of a linked list. And extend the change into the autocomplete API slightly. The main benefit is to avoid measuring the length of strings over and over, but the code also gets simpler.
Also use Vector to store menu search items instead of a linked list. And extend the change into the autocomplete API slightly. The main benefit is to avoid measuring the length of strings over and over, but the code also gets simpler.