[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-bugs
Subject:    [Mono-bugs] [Bug 535425] Slow performance of <string>.Contains(),
From:       bugzilla_noreply () novell ! com
Date:       2009-09-30 3:33:40
Message-ID: 20090930033340.2BAFF245513 () molor ! provo ! novell ! com
[Download RAW message or body]

http://bugzilla.novell.com/show_bug.cgi?id=535425

User joncham@gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=535425#c5


Jonathan Chambers <joncham@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joncham@gmail.com




--- Comment #5 from Jonathan Chambers <joncham@gmail.com>  2009-09-29 21:33:38 MDT ---
Using the following test case on .Net indicates they do a Ordinal comparison.
This returns false under .Net and true under current mono.

using System;
using System.Globalization;
using System.Threading;

public class OrdinalTest
{
    public static void Main()
    {
        bool found = "encyclopædia".Contains("encyclopaedia");

        Console.WriteLine(found);
    }
}

-- 
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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic