Skip to content

Commit a38d471

Browse files
authored
refactor: avoid redundant buffer to string (#1072)
* refactor: avoid redundant buffer to string * perf: optimize buf arr join * chore: update zurk to v0.10.1
1 parent 302e2f7 commit a38d471

9 files changed

+836
-21
lines changed

.size-limit.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
{
1010
"name": "zx/index",
1111
"path": "build/*.{js,cjs}",
12-
"limit": "809 kB",
12+
"limit": "810 kB",
1313
"brotli": false,
1414
"gzip": false
1515
},
1616
{
1717
"name": "dts libdefs",
1818
"path": "build/*.d.ts",
19-
"limit": "38 kB",
19+
"limit": "38.1 kB",
2020
"brotli": false,
2121
"gzip": false
2222
},
@@ -30,7 +30,7 @@
3030
{
3131
"name": "all",
3232
"path": "build/*",
33-
"limit": "847 kB",
33+
"limit": "847.5 kB",
3434
"brotli": false,
3535
"gzip": false
3636
}

0 commit comments

Comments
 (0)