Open
Description
An early decision we made in the ICU4X design was that we would load data for formatters ahead of time into the built-in registry.
The u:locale
option makes this more challenging and less efficient. Instead of loading number formatting data one time (for the message locale), we now have to load it an arbitrary number of times for an arbitrary set of locales.