Timothy Flynn
b4113536ef
LibJS: Use substrings-with-superstrings in Intl.NumberFormat's grouping
...
To add grouping to a number, we take a string such as "123456.123" and
break it into integer and fraction parts. Then we take the integer part
and break it into locale-specific sized groups to inject the locale's
group separator (e.g. a comma in en-US). We currently create new strings
for each of these groups. Instead, we can use the shared superstring
method to avoid all of that string copying.
2023-02-18 20:00:15 +01:00
..
2023-02-17 09:14:23 -05:00
2023-02-17 09:14:23 -05:00
2023-01-29 00:02:45 +00:00
2023-02-18 20:00:15 +01:00
2023-02-16 21:03:19 +01:00
2023-02-17 09:14:23 -05:00
2023-02-08 19:15:45 +00:00
2023-02-17 09:14:23 -05:00
2023-02-10 17:26:20 +00:00
2023-02-10 17:26:20 +00:00
2022-12-14 09:59:45 +00:00
2022-11-23 16:05:59 +00:00
2023-01-23 09:56:50 +00:00
2022-12-09 18:51:03 +00:00
2023-01-09 23:00:24 +00:00
2023-01-26 20:25:25 +00:00
2023-01-26 20:25:25 +00:00
2023-02-16 14:32:22 +01:00
2022-12-07 09:58:38 +00:00
2023-01-29 00:02:45 +00:00
2023-01-09 23:00:24 +00:00
2023-01-26 20:25:25 +00:00
2023-01-23 09:56:50 +00:00
2023-02-17 09:14:23 -05:00
2023-02-17 09:14:23 -05:00
2023-02-16 21:03:19 +01:00
2023-02-13 00:50:07 +00:00
2023-02-04 18:47:02 -07:00
2022-12-15 06:56:37 -05:00
2022-12-06 08:54:33 +01:00
2023-01-26 20:25:25 +00:00
2023-01-26 20:25:25 +00:00
2023-01-26 20:25:25 +00:00
2023-01-23 09:56:50 +00:00
2023-01-09 23:00:24 +00:00
2022-11-27 18:28:43 -07:00
2023-02-09 17:13:33 +00:00
2023-01-09 23:00:24 +00:00
2023-01-27 20:38:49 +00:00
2023-01-26 20:25:25 +00:00