https://bugzilla.novell.com/show_bug.cgi?id=655133
https://bugzilla.novell.com/show_bug.cgi?id=655133#c0 Summary: Performance of Regular Expression Classification: Mono Product: Mono: Runtime Version: 2.8.x Platform: x86 OS/Version: Windows 7 Status: NEW Severity: Major Priority: P5 - None Component: JIT AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0) MatchCollection mCollection = Regex.Matches(inputstring,pattern,regex.options); Above regex's execution time is very slow compared to microsoft. It is almost 7 times slower than MSFT. Do you have any documentation on best practices for regular expressions? Thanks Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
