> I don't think that designing the algorithm for a
> particular dataset is the right approach.
Sorry, that's not what I meant.
😉I just wanted to get an estimate of CPU cycles per processed character.
(Currently, I am testing with a set of 10 randomly generated strings from 10k to 1M length using a test VI that sequentially tests an entire folder full of candidates (via call by reference node), picks all correct solutions, then sorts them by speed. I don't think it is possible to "design" for a particular set, the results don't change much if I e.g. divide all lengths by 100.)