I have a
List
with 1500 strings. I am now using the following code to pull out only string that start with the string prefix
Have you tried implementing a Dictionary and comparing the results? Or, if you do put the entries in alphabetical order, try a binary search.