On 5/03/23 5:12 pm, Dino wrote: > I can do a substring search in a list of 30k elements in less than 2ms > with Python. Is my reasoning sound? I just did a similar test with your actual data and got about the same result. If that's fast enough for you, then you don't need to do anything fancy. -- Greg