Skip to content

Commit 67103c0

Browse files
committedMar 27, 2025··
perf: optimize scopeid serialization
1 parent 0ca948f commit 67103c0

File tree

369 files changed

+1125
-1101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

369 files changed

+1125
-1101
lines changed
 

‎.changeset/tall-queens-argue.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@marko/runtime-tags": patch
3+
---
4+
5+
Serialize scopes as arrays and use delta offsets for scope ids.

‎.sizes.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
{
88
"name": "*",
99
"total": {
10-
"min": 18905,
11-
"brotli": 7201
10+
"min": 18899,
11+
"brotli": 7204
1212
}
1313
},
1414
{
@@ -33,12 +33,12 @@
3333
"brotli": 98
3434
},
3535
"runtime": {
36-
"min": 2939,
37-
"brotli": 1431
36+
"min": 2933,
37+
"brotli": 1430
3838
},
3939
"total": {
40-
"min": 3051,
41-
"brotli": 1529
40+
"min": 3045,
41+
"brotli": 1528
4242
}
4343
},
4444
{
@@ -63,12 +63,12 @@
6363
"brotli": 129
6464
},
6565
"runtime": {
66-
"min": 3105,
67-
"brotli": 1492
66+
"min": 3099,
67+
"brotli": 1485
6868
},
6969
"total": {
70-
"min": 3250,
71-
"brotli": 1621
70+
"min": 3244,
71+
"brotli": 1614
7272
}
7373
}
7474
]

0 commit comments

Comments
 (0)
Please sign in to comment.