in reply to Re: Multiple Regex's on a Big Sequence
in thread Multiple Regex's on a Big Sequence
Ahh, I never even thought of index. And it has the nice advantage of being parallelizable across CPUs just like a regex. I'll benchmark the three approaches (index, regex, and combined regex's) and report back.