Intl.Collator.compare() vs localeCompare() - natural sort order (version: 0)
localeCompare is an abstraction of Intl.Collator, thus they can accept the same options.
This test shows that using Intl.Collator is quicker for multiple comparisons.
Comparing performance of: localeCompare() vs Intl.Collator.compare()
Memory measurements supported only in Chrome.
For precise memory measurements Chrome must be launched with --enable-precise-memory-info flag.
More information: Monitoring JavaScript Memory