I found some test results which benchmark C regex engines. It includes a corpus and some realistic expressions of varying complexity, so I think I can run the test directly.
I'd like to see how this engine stacks up for speed.
If I care enough to try to do an apples to apples comparison I'll also need to build the tests for the other engines so they can run on the same hardware. Really though if I'm within an order of magnitude I'll be happy for now, given that I've done all this in a scripting language.
I found some test results which benchmark C regex engines. It includes a corpus and some realistic expressions of varying complexity, so I think I can run the test directly.
I'd like to see how this engine stacks up for speed.
If I care enough to try to do an apples to apples comparison I'll also need to build the tests for the other engines so they can run on the same hardware. Really though if I'm within an order of magnitude I'll be happy for now, given that I've done all this in a scripting language.