[Webkit-unassigned] [Bug 185557] New: [INTL] improve efficiency of Intl.NumberFormat formatToParts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 11 12:30:34 PDT 2018


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

            Bug ID: 185557
           Summary: [INTL] improve efficiency of Intl.NumberFormat
                    formatToParts
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andy at vanwagoner.family

unum_formatDoubleForFields gives fields that are nested, and in no particular order. The initial implementation transforming those into the list of number format parts is O(N^2), but can theoretically be done in O(N log N).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180511/12ebe310/attachment.html>


More information about the webkit-unassigned mailing list