|
-
March 3rd, 2003, 06:06 PM
#1
RegexOptions.Compiled
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?
-
March 3rd, 2003, 07:00 PM
#2
it means that it makes a binary assembly code in compile time and not at run time...
Paresh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|