underwar
March 3rd, 2003, 05:06 PM
As M$ describe in MSDN, using RegexOptions.Compiled will compile the regular expression into the assembly for faster execution.
What exactly "compile the regular expression into the assembly" means in this case?
Why it will make the program runs faster?
What exactly "compile the regular expression into the assembly" means in this case?
Why it will make the program runs faster?