Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8288979

Improve CLDRConverter run time

XMLWordPrintable

      Looking into the performance of CLDRConverter I noticed that a lot of the time is spent doing comparisons in ResourceBundleGenerator#generateBundle.
      The method is performing value deduplication by comparing every value to every other, essentially in O(n^2) time. This can be easily improved.

            djelinski Daniel Jelinski
            djelinski Daniel Jelinski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: