Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » RegEx   (RSS)
Sorry, but there are no more tags available to filter with.

The RegexOptions.Compiled Flag and Slow Performance on 64-Bit .NET Framework 2.0 [Josh Free]

Developers using System.Text.RegularExpressions.Regex with the RegexOptions.Compiled flag may notice performance degradation in their 2.0 apps when running on 64-Bit .NET Framework 2.0 . The performance problem occurs in the Regex(String pattern, RegexOptions
Posted by BCLTeam | 6 Comments
Filed under:

Regex Class Caching Changes between .NET Framework 1.1 and .NET Framework 2.0 [Josh Free]

The .NET Framework System.Text.RegularExpressions.Regex class maintains a cache of parsed regular expressions. The cache improves the performance of methods that create regular expressions, as the Regex class is able to avoid the cost of re-parsing and
Posted by BCLTeam | 10 Comments
Filed under:
 
Page view tracker