Skip to content

Commit

Permalink
refactor: avoid redundant buffer to string (#1072)
Browse files Browse the repository at this point in the history
* refactor: avoid redundant buffer to string

* perf: optimize buf arr join

* chore: update zurk to v0.10.1
  • Loading branch information
antongolub authored Jan 10, 2025
1 parent 302e2f7 commit a38d471
Show file tree
Hide file tree
Showing 9 changed files with 836 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
{
"name": "zx/index",
"path": "build/*.{js,cjs}",
"limit": "809 kB",
"limit": "810 kB",
"brotli": false,
"gzip": false
},
{
"name": "dts libdefs",
"path": "build/*.d.ts",
"limit": "38 kB",
"limit": "38.1 kB",
"brotli": false,
"gzip": false
},
Expand All @@ -30,7 +30,7 @@
{
"name": "all",
"path": "build/*",
"limit": "847 kB",
"limit": "847.5 kB",
"brotli": false,
"gzip": false
}
Expand Down
Loading

0 comments on commit a38d471

Please sign in to comment.