You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/bitter-suits-arrive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
Improve runtime perf on the Unicode text processing.
6
6
7
-
By using a precomputed lookup table for the grapheme categries of BMP characters, it improves perf by 12~15% for common cases, ~30% for some extream cases.
7
+
By using a precomputed lookup table for the grapheme categries of BMP characters, it improves perf by 12~18% for common cases, ~30% for some extream cases.
8
8
9
9
The lookup table consumes an additional 64 KB of memory, which is acceptable for most JavaScript runtime environments.
0 commit comments