Skip to content

Commit

Permalink
perf: optimize buf arr join
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jan 10, 2025
1 parent 02d8a98 commit f184762
Show file tree
Hide file tree
Showing 7 changed files with 812 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .size-limit.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"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 f184762

Please sign in to comment.