-
Bug
-
Resolution: Fixed
-
P3
-
19
-
b04
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.
The method is performing value deduplication by comparing every value to every other, essentially in O(n^2) time. This can be easily improved.
- clones
-
JDK-8283324 CLDRConverter run time increased by 3x
-
- Resolved
-