Several years ago, I read somewhere in MDN that creating Intl
object like NumberFormat
is expensive, and we should only create one then reuse. One benchmark in 2014 also agrees.
However, I can’t find that recommendation anymore in MDN for Intl
. Is it still true? Or the creating of such object is so fast now we no longer need reusing?