Re-examine DigitList digits resizing during parsing

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: core-libs
    • b11

      DecimalFormat while parsing, utilizes DigitList which stores discovered digits into the `digits` array. Currently the resizing approach is to add a constant 100. Switching to a resizing approach of multiplying by a constant value (2) rather than linear adding helps with performance of larger values.

            Assignee:
            Justin Lu
            Reporter:
            Justin Lu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: