[Webkit-unassigned] [Bug 72540] New: contributors_by_fuzzy_match is super slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 13:20:12 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72540

           Summary: contributors_by_fuzzy_match is super slow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org


contributors_by_fuzzy_match is super slow because it's calling self.contributor_by_name(string) where string is name in lowercase yet contributor_by_name doesn't do case-insensitive comparison

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list