[Mono-bugs] [Bug 610587] Long perform a regular expression.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 2 02:35:14 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=610587
http://bugzilla.novell.com/show_bug.cgi?id=610587#c2
Kirill Yevstigneev <kyevstig at mfisoft.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kyevstig at mfisoft.ru
--- Comment #2 from Kirill Yevstigneev <kyevstig at mfisoft.ru> 2010-06-02 06:35:13 UTC ---
Hello, Marc
here is source code that show this problem, you can compile it and execute and
see how long is executed line "Regex.Match("888", "^*8.*");":
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine(DateTime.Now.ToString());
Regex.Match("888", "^*8.*");
Console.WriteLine(DateTime.Now.ToString());
}
}
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list