C cody Jul 8, 2004 #2 How much of a performance gain can you get from precompiling your RE's. If the compiling of your regex is not a matter of >1/2 seconds I see no purpose in compiling them to an assembly. Compiling them into memory is enough.
How much of a performance gain can you get from precompiling your RE's. If the compiling of your regex is not a matter of >1/2 seconds I see no purpose in compiling them to an assembly. Compiling them into memory is enough.
A AlexS Jul 9, 2004 #3 It depends on complexity of regex expression and how frequently it will be called. Could be from nearly nothing to several orders of magnitude. HTH Alex
It depends on complexity of regex expression and how frequently it will be called. Could be from nearly nothing to several orders of magnitude. HTH Alex