@fjell/registry 4.4.9 → 4.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Registry.cjs +36 -3
- package/dist/Registry.js +36 -3
- package/dist/RegistryStats.cjs +200 -0
- package/dist/RegistryStats.d.ts +103 -0
- package/dist/RegistryStats.js +196 -0
- package/dist/index.cjs +229 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/types.d.ts +7 -0
- package/docs/README.md +5 -5
- package/docs/index.html +1 -1
- package/docs/memory-data/scaling-10-instances.json +206 -206
- package/docs/memory-data/scaling-100-instances.json +206 -206
- package/docs/memory-data/scaling-1000-instances.json +108 -108
- package/docs/memory-data/scaling-10000-instances.json +49 -49
- package/docs/memory-data/scaling-20-instances.json +208 -208
- package/docs/memory-data/scaling-200-instances.json +206 -206
- package/docs/memory-data/scaling-2000-instances.json +109 -109
- package/docs/memory-data/scaling-50-instances.json +206 -206
- package/docs/memory-data/scaling-500-instances.json +108 -108
- package/docs/memory-data/scaling-5000-instances.json +49 -49
- package/docs/memory-overhead.svg +16 -16
- package/docs/memory.md +122 -122
- package/docs/public/memory.md +111 -111
- package/docs/public/package.json +65 -0
- package/docs/src/App.css +84 -22
- package/docs/src/App.tsx +48 -25
- package/docs/src/index.css +1 -7
- package/docs/timing-range.svg +38 -40
- package/docs/timing.md +122 -122
- package/examples/README.md +19 -0
- package/examples/registry-statistics-example.ts +264 -0
- package/package.json +1 -1
|
@@ -1,132 +1,132 @@
|
|
|
1
1
|
{
|
|
2
2
|
"instanceCount": 500,
|
|
3
3
|
"iterations": 25,
|
|
4
|
-
"timestamp": "2025-07-
|
|
4
|
+
"timestamp": "2025-07-21T06:44:47.656Z",
|
|
5
5
|
"measurements": [
|
|
6
6
|
{
|
|
7
7
|
"instanceCount": 500,
|
|
8
|
-
"memoryPerInstance":
|
|
9
|
-
"time": 2.
|
|
8
|
+
"memoryPerInstance": 1801.696,
|
|
9
|
+
"time": 2.5225840000000517
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"instanceCount": 500,
|
|
13
|
-
"memoryPerInstance":
|
|
14
|
-
"time":
|
|
13
|
+
"memoryPerInstance": 1725.44,
|
|
14
|
+
"time": 1.160333000000037
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"instanceCount": 500,
|
|
18
|
-
"memoryPerInstance":
|
|
19
|
-
"time":
|
|
18
|
+
"memoryPerInstance": 1725.52,
|
|
19
|
+
"time": 0.48716699999999946
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"instanceCount": 500,
|
|
23
|
-
"memoryPerInstance":
|
|
24
|
-
"time":
|
|
23
|
+
"memoryPerInstance": 1766.752,
|
|
24
|
+
"time": 7.895083
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"instanceCount": 500,
|
|
28
|
-
"memoryPerInstance":
|
|
29
|
-
"time":
|
|
28
|
+
"memoryPerInstance": 1693.712,
|
|
29
|
+
"time": 0.8004999999999427
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"instanceCount": 500,
|
|
33
|
-
"memoryPerInstance":
|
|
34
|
-
"time": 1.
|
|
33
|
+
"memoryPerInstance": 4405.392,
|
|
34
|
+
"time": 1.0691659999999956
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"instanceCount": 500,
|
|
38
|
-
"memoryPerInstance":
|
|
39
|
-
"time": 1.
|
|
38
|
+
"memoryPerInstance": 4405.232,
|
|
39
|
+
"time": 1.158584000000019
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"instanceCount": 500,
|
|
43
|
-
"memoryPerInstance":
|
|
44
|
-
"time": 0.
|
|
43
|
+
"memoryPerInstance": 1693.888,
|
|
44
|
+
"time": 0.42433299999993324
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"instanceCount": 500,
|
|
48
|
-
"memoryPerInstance":
|
|
49
|
-
"time": 0.
|
|
48
|
+
"memoryPerInstance": 1693.744,
|
|
49
|
+
"time": 0.4206249999999727
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"instanceCount": 500,
|
|
53
|
-
"memoryPerInstance":
|
|
54
|
-
"time":
|
|
53
|
+
"memoryPerInstance": 1693.568,
|
|
54
|
+
"time": 0.4637920000000122
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"instanceCount": 500,
|
|
58
|
-
"memoryPerInstance": 1693.
|
|
59
|
-
"time":
|
|
58
|
+
"memoryPerInstance": 1693.6,
|
|
59
|
+
"time": 0.445459000000028
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"instanceCount": 500,
|
|
63
|
-
"memoryPerInstance":
|
|
64
|
-
"time":
|
|
63
|
+
"memoryPerInstance": 1738.32,
|
|
64
|
+
"time": 0.43258400000001984
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"instanceCount": 500,
|
|
68
|
-
"memoryPerInstance": 7797.
|
|
69
|
-
"time":
|
|
68
|
+
"memoryPerInstance": 7797.68,
|
|
69
|
+
"time": 0.7873339999999871
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"instanceCount": 500,
|
|
73
|
-
"memoryPerInstance":
|
|
74
|
-
"time":
|
|
73
|
+
"memoryPerInstance": 1693.584,
|
|
74
|
+
"time": 1.1610419999999522
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"instanceCount": 500,
|
|
78
|
-
"memoryPerInstance":
|
|
79
|
-
"time": 0.
|
|
78
|
+
"memoryPerInstance": 1693.792,
|
|
79
|
+
"time": 0.4177919999999631
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"instanceCount": 500,
|
|
83
|
-
"memoryPerInstance":
|
|
84
|
-
"time": 0.
|
|
83
|
+
"memoryPerInstance": 1693.76,
|
|
84
|
+
"time": 0.40095800000005966
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"instanceCount": 500,
|
|
88
|
-
"memoryPerInstance":
|
|
89
|
-
"time": 0.
|
|
88
|
+
"memoryPerInstance": 1693.648,
|
|
89
|
+
"time": 0.40449999999998454
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"instanceCount": 500,
|
|
93
|
-
"memoryPerInstance":
|
|
94
|
-
"time": 0.
|
|
93
|
+
"memoryPerInstance": 1693.888,
|
|
94
|
+
"time": 0.4079580000000078
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"instanceCount": 500,
|
|
98
|
-
"memoryPerInstance":
|
|
99
|
-
"time": 0.
|
|
98
|
+
"memoryPerInstance": 1693.952,
|
|
99
|
+
"time": 0.40079100000002654
|
|
100
100
|
},
|
|
101
101
|
{
|
|
102
102
|
"instanceCount": 500,
|
|
103
|
-
"memoryPerInstance":
|
|
104
|
-
"time":
|
|
103
|
+
"memoryPerInstance": 200,
|
|
104
|
+
"time": 15.637583000000063
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"instanceCount": 500,
|
|
108
|
-
"memoryPerInstance": 1693.
|
|
109
|
-
"time": 0.
|
|
108
|
+
"memoryPerInstance": 1693.648,
|
|
109
|
+
"time": 0.9398330000000215
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
"instanceCount": 500,
|
|
113
|
-
"memoryPerInstance":
|
|
114
|
-
"time": 0.
|
|
113
|
+
"memoryPerInstance": 1693.888,
|
|
114
|
+
"time": 0.5213340000000244
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
"instanceCount": 500,
|
|
118
|
-
"memoryPerInstance":
|
|
119
|
-
"time":
|
|
118
|
+
"memoryPerInstance": 200,
|
|
119
|
+
"time": 9.436874999999986
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
"instanceCount": 500,
|
|
123
|
-
"memoryPerInstance": 1693.
|
|
124
|
-
"time": 0.
|
|
123
|
+
"memoryPerInstance": 1693.744,
|
|
124
|
+
"time": 0.5413750000000164
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"instanceCount": 500,
|
|
128
|
-
"memoryPerInstance":
|
|
129
|
-
"time": 0.
|
|
128
|
+
"memoryPerInstance": 1694,
|
|
129
|
+
"time": 0.45125000000007276
|
|
130
130
|
}
|
|
131
131
|
],
|
|
132
132
|
"stats": {
|
|
@@ -134,142 +134,142 @@
|
|
|
134
134
|
"iterations": 25,
|
|
135
135
|
"memoryPerInstance": {
|
|
136
136
|
"min": 200,
|
|
137
|
-
"max": 7797.
|
|
138
|
-
"average":
|
|
139
|
-
"stdDev":
|
|
137
|
+
"max": 7797.68,
|
|
138
|
+
"average": 2046.8979199999999,
|
|
139
|
+
"stdDev": 1460.5317138631924
|
|
140
140
|
},
|
|
141
141
|
"time": {
|
|
142
|
-
"min": 0.
|
|
143
|
-
"max":
|
|
144
|
-
"average":
|
|
145
|
-
"stdDev": 3.
|
|
142
|
+
"min": 0.40079100000002654,
|
|
143
|
+
"max": 15.637583000000063,
|
|
144
|
+
"average": 1.951553400000007,
|
|
145
|
+
"stdDev": 3.5619300975591273
|
|
146
146
|
},
|
|
147
147
|
"status": "PASS",
|
|
148
148
|
"measurements": [
|
|
149
149
|
{
|
|
150
150
|
"instanceCount": 500,
|
|
151
|
-
"memoryPerInstance":
|
|
152
|
-
"time": 2.
|
|
151
|
+
"memoryPerInstance": 1801.696,
|
|
152
|
+
"time": 2.5225840000000517
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"instanceCount": 500,
|
|
156
|
-
"memoryPerInstance":
|
|
157
|
-
"time":
|
|
156
|
+
"memoryPerInstance": 1725.44,
|
|
157
|
+
"time": 1.160333000000037
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
"instanceCount": 500,
|
|
161
|
-
"memoryPerInstance":
|
|
162
|
-
"time":
|
|
161
|
+
"memoryPerInstance": 1725.52,
|
|
162
|
+
"time": 0.48716699999999946
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
"instanceCount": 500,
|
|
166
|
-
"memoryPerInstance":
|
|
167
|
-
"time":
|
|
166
|
+
"memoryPerInstance": 1766.752,
|
|
167
|
+
"time": 7.895083
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"instanceCount": 500,
|
|
171
|
-
"memoryPerInstance":
|
|
172
|
-
"time":
|
|
171
|
+
"memoryPerInstance": 1693.712,
|
|
172
|
+
"time": 0.8004999999999427
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"instanceCount": 500,
|
|
176
|
-
"memoryPerInstance":
|
|
177
|
-
"time": 1.
|
|
176
|
+
"memoryPerInstance": 4405.392,
|
|
177
|
+
"time": 1.0691659999999956
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"instanceCount": 500,
|
|
181
|
-
"memoryPerInstance":
|
|
182
|
-
"time": 1.
|
|
181
|
+
"memoryPerInstance": 4405.232,
|
|
182
|
+
"time": 1.158584000000019
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"instanceCount": 500,
|
|
186
|
-
"memoryPerInstance":
|
|
187
|
-
"time": 0.
|
|
186
|
+
"memoryPerInstance": 1693.888,
|
|
187
|
+
"time": 0.42433299999993324
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"instanceCount": 500,
|
|
191
|
-
"memoryPerInstance":
|
|
192
|
-
"time": 0.
|
|
191
|
+
"memoryPerInstance": 1693.744,
|
|
192
|
+
"time": 0.4206249999999727
|
|
193
193
|
},
|
|
194
194
|
{
|
|
195
195
|
"instanceCount": 500,
|
|
196
|
-
"memoryPerInstance":
|
|
197
|
-
"time":
|
|
196
|
+
"memoryPerInstance": 1693.568,
|
|
197
|
+
"time": 0.4637920000000122
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"instanceCount": 500,
|
|
201
|
-
"memoryPerInstance": 1693.
|
|
202
|
-
"time":
|
|
201
|
+
"memoryPerInstance": 1693.6,
|
|
202
|
+
"time": 0.445459000000028
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
205
|
"instanceCount": 500,
|
|
206
|
-
"memoryPerInstance":
|
|
207
|
-
"time":
|
|
206
|
+
"memoryPerInstance": 1738.32,
|
|
207
|
+
"time": 0.43258400000001984
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"instanceCount": 500,
|
|
211
|
-
"memoryPerInstance": 7797.
|
|
212
|
-
"time":
|
|
211
|
+
"memoryPerInstance": 7797.68,
|
|
212
|
+
"time": 0.7873339999999871
|
|
213
213
|
},
|
|
214
214
|
{
|
|
215
215
|
"instanceCount": 500,
|
|
216
|
-
"memoryPerInstance":
|
|
217
|
-
"time":
|
|
216
|
+
"memoryPerInstance": 1693.584,
|
|
217
|
+
"time": 1.1610419999999522
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
220
|
"instanceCount": 500,
|
|
221
|
-
"memoryPerInstance":
|
|
222
|
-
"time": 0.
|
|
221
|
+
"memoryPerInstance": 1693.792,
|
|
222
|
+
"time": 0.4177919999999631
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"instanceCount": 500,
|
|
226
|
-
"memoryPerInstance":
|
|
227
|
-
"time": 0.
|
|
226
|
+
"memoryPerInstance": 1693.76,
|
|
227
|
+
"time": 0.40095800000005966
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
"instanceCount": 500,
|
|
231
|
-
"memoryPerInstance":
|
|
232
|
-
"time": 0.
|
|
231
|
+
"memoryPerInstance": 1693.648,
|
|
232
|
+
"time": 0.40449999999998454
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
235
|
"instanceCount": 500,
|
|
236
|
-
"memoryPerInstance":
|
|
237
|
-
"time": 0.
|
|
236
|
+
"memoryPerInstance": 1693.888,
|
|
237
|
+
"time": 0.4079580000000078
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
"instanceCount": 500,
|
|
241
|
-
"memoryPerInstance":
|
|
242
|
-
"time": 0.
|
|
241
|
+
"memoryPerInstance": 1693.952,
|
|
242
|
+
"time": 0.40079100000002654
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
"instanceCount": 500,
|
|
246
|
-
"memoryPerInstance":
|
|
247
|
-
"time":
|
|
246
|
+
"memoryPerInstance": 200,
|
|
247
|
+
"time": 15.637583000000063
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"instanceCount": 500,
|
|
251
|
-
"memoryPerInstance": 1693.
|
|
252
|
-
"time": 0.
|
|
251
|
+
"memoryPerInstance": 1693.648,
|
|
252
|
+
"time": 0.9398330000000215
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
255
|
"instanceCount": 500,
|
|
256
|
-
"memoryPerInstance":
|
|
257
|
-
"time": 0.
|
|
256
|
+
"memoryPerInstance": 1693.888,
|
|
257
|
+
"time": 0.5213340000000244
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
"instanceCount": 500,
|
|
261
|
-
"memoryPerInstance":
|
|
262
|
-
"time":
|
|
261
|
+
"memoryPerInstance": 200,
|
|
262
|
+
"time": 9.436874999999986
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
265
|
"instanceCount": 500,
|
|
266
|
-
"memoryPerInstance": 1693.
|
|
267
|
-
"time": 0.
|
|
266
|
+
"memoryPerInstance": 1693.744,
|
|
267
|
+
"time": 0.5413750000000164
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"instanceCount": 500,
|
|
271
|
-
"memoryPerInstance":
|
|
272
|
-
"time": 0.
|
|
271
|
+
"memoryPerInstance": 1694,
|
|
272
|
+
"time": 0.45125000000007276
|
|
273
273
|
}
|
|
274
274
|
]
|
|
275
275
|
}
|
|
@@ -1,125 +1,125 @@
|
|
|
1
1
|
{
|
|
2
2
|
"instanceCount": 5000,
|
|
3
3
|
"iterations": 10,
|
|
4
|
-
"timestamp": "2025-07-
|
|
4
|
+
"timestamp": "2025-07-21T06:44:48.140Z",
|
|
5
5
|
"measurements": [
|
|
6
6
|
{
|
|
7
7
|
"instanceCount": 5000,
|
|
8
|
-
"memoryPerInstance":
|
|
9
|
-
"time":
|
|
8
|
+
"memoryPerInstance": 200,
|
|
9
|
+
"time": 55.95570799999996
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
12
|
"instanceCount": 5000,
|
|
13
|
-
"memoryPerInstance":
|
|
14
|
-
"time":
|
|
13
|
+
"memoryPerInstance": 4441.5536,
|
|
14
|
+
"time": 15.330249999999978
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"instanceCount": 5000,
|
|
18
|
-
"memoryPerInstance":
|
|
19
|
-
"time": 12.
|
|
18
|
+
"memoryPerInstance": 1041.8464,
|
|
19
|
+
"time": 12.371832999999924
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"instanceCount": 5000,
|
|
23
|
-
"memoryPerInstance":
|
|
24
|
-
"time":
|
|
23
|
+
"memoryPerInstance": 1553.8256,
|
|
24
|
+
"time": 10.560457999999926
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"instanceCount": 5000,
|
|
28
|
-
"memoryPerInstance":
|
|
29
|
-
"time":
|
|
28
|
+
"memoryPerInstance": 4772.3696,
|
|
29
|
+
"time": 7.97808299999997
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
32
|
"instanceCount": 5000,
|
|
33
|
-
"memoryPerInstance":
|
|
34
|
-
"time":
|
|
33
|
+
"memoryPerInstance": 898.6544,
|
|
34
|
+
"time": 15.381750000000011
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"instanceCount": 5000,
|
|
38
|
-
"memoryPerInstance":
|
|
39
|
-
"time":
|
|
38
|
+
"memoryPerInstance": 1677.4848,
|
|
39
|
+
"time": 5.239292000000205
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"instanceCount": 5000,
|
|
43
|
-
"memoryPerInstance":
|
|
44
|
-
"time": 12.
|
|
43
|
+
"memoryPerInstance": 935.384,
|
|
44
|
+
"time": 12.319666000000097
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"instanceCount": 5000,
|
|
48
|
-
"memoryPerInstance":
|
|
49
|
-
"time":
|
|
48
|
+
"memoryPerInstance": 1671.1392,
|
|
49
|
+
"time": 4.732833000000028
|
|
50
50
|
},
|
|
51
51
|
{
|
|
52
52
|
"instanceCount": 5000,
|
|
53
|
-
"memoryPerInstance":
|
|
54
|
-
"time":
|
|
53
|
+
"memoryPerInstance": 1259,
|
|
54
|
+
"time": 9.21183300000007
|
|
55
55
|
}
|
|
56
56
|
],
|
|
57
57
|
"stats": {
|
|
58
58
|
"instanceCount": 5000,
|
|
59
59
|
"iterations": 10,
|
|
60
60
|
"memoryPerInstance": {
|
|
61
|
-
"min":
|
|
62
|
-
"max":
|
|
63
|
-
"average":
|
|
64
|
-
"stdDev":
|
|
61
|
+
"min": 200,
|
|
62
|
+
"max": 4772.3696,
|
|
63
|
+
"average": 1845.1257600000001,
|
|
64
|
+
"stdDev": 1444.718056682089
|
|
65
65
|
},
|
|
66
66
|
"time": {
|
|
67
|
-
"min":
|
|
68
|
-
"max":
|
|
69
|
-
"average":
|
|
70
|
-
"stdDev":
|
|
67
|
+
"min": 4.732833000000028,
|
|
68
|
+
"max": 55.95570799999996,
|
|
69
|
+
"average": 14.908170600000016,
|
|
70
|
+
"stdDev": 14.12387273116815
|
|
71
71
|
},
|
|
72
72
|
"status": "PASS",
|
|
73
73
|
"measurements": [
|
|
74
74
|
{
|
|
75
75
|
"instanceCount": 5000,
|
|
76
|
-
"memoryPerInstance":
|
|
77
|
-
"time":
|
|
76
|
+
"memoryPerInstance": 200,
|
|
77
|
+
"time": 55.95570799999996
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"instanceCount": 5000,
|
|
81
|
-
"memoryPerInstance":
|
|
82
|
-
"time":
|
|
81
|
+
"memoryPerInstance": 4441.5536,
|
|
82
|
+
"time": 15.330249999999978
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"instanceCount": 5000,
|
|
86
|
-
"memoryPerInstance":
|
|
87
|
-
"time": 12.
|
|
86
|
+
"memoryPerInstance": 1041.8464,
|
|
87
|
+
"time": 12.371832999999924
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"instanceCount": 5000,
|
|
91
|
-
"memoryPerInstance":
|
|
92
|
-
"time":
|
|
91
|
+
"memoryPerInstance": 1553.8256,
|
|
92
|
+
"time": 10.560457999999926
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"instanceCount": 5000,
|
|
96
|
-
"memoryPerInstance":
|
|
97
|
-
"time":
|
|
96
|
+
"memoryPerInstance": 4772.3696,
|
|
97
|
+
"time": 7.97808299999997
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
"instanceCount": 5000,
|
|
101
|
-
"memoryPerInstance":
|
|
102
|
-
"time":
|
|
101
|
+
"memoryPerInstance": 898.6544,
|
|
102
|
+
"time": 15.381750000000011
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"instanceCount": 5000,
|
|
106
|
-
"memoryPerInstance":
|
|
107
|
-
"time":
|
|
106
|
+
"memoryPerInstance": 1677.4848,
|
|
107
|
+
"time": 5.239292000000205
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
"instanceCount": 5000,
|
|
111
|
-
"memoryPerInstance":
|
|
112
|
-
"time": 12.
|
|
111
|
+
"memoryPerInstance": 935.384,
|
|
112
|
+
"time": 12.319666000000097
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"instanceCount": 5000,
|
|
116
|
-
"memoryPerInstance":
|
|
117
|
-
"time":
|
|
116
|
+
"memoryPerInstance": 1671.1392,
|
|
117
|
+
"time": 4.732833000000028
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"instanceCount": 5000,
|
|
121
|
-
"memoryPerInstance":
|
|
122
|
-
"time":
|
|
121
|
+
"memoryPerInstance": 1259,
|
|
122
|
+
"time": 9.21183300000007
|
|
123
123
|
}
|
|
124
124
|
]
|
|
125
125
|
}
|
package/docs/memory-overhead.svg
CHANGED
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
<g transform="translate(110,60)">
|
|
27
27
|
|
|
28
28
|
<!-- Grid lines (Y-axis - memory in KB) -->
|
|
29
|
-
<line x1="0" y1="
|
|
30
|
-
<text x="-10" y="
|
|
31
|
-
<line x1="0" y1="
|
|
32
|
-
<text x="-10" y="
|
|
29
|
+
<line x1="0" y1="377.79776837534143" x2="990" y2="377.79776837534143" class="grid"/>
|
|
30
|
+
<text x="-10" y="381.79776837534143" text-anchor="end" class="label">2KB</text>
|
|
31
|
+
<line x1="0" y1="162.708642531701" x2="990" y2="162.708642531701" class="grid"/>
|
|
32
|
+
<text x="-10" y="166.708642531701" text-anchor="end" class="label">5KB</text>
|
|
33
33
|
<line x1="0" y1="0" x2="990" y2="0" class="grid"/>
|
|
34
34
|
<text x="-10" y="4" text-anchor="end" class="label">10KB</text>
|
|
35
35
|
<line x1="0" y1="0" x2="0" y2="460" class="grid"/>
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
<!-- Axis labels -->
|
|
62
62
|
<text x="495" y="510" text-anchor="middle" class="axis-title">Instance Count - Log Scale</text>
|
|
63
63
|
<text transform="rotate(-90,-70,230)" x="-70" y="230" text-anchor="middle" class="axis-title">Memory Usage (KB)</text>
|
|
64
|
-
<path d="M 0
|
|
65
|
-
<circle cx="0" cy="
|
|
66
|
-
<circle cx="99.33989856911381" cy="
|
|
67
|
-
<circle cx="230.6601014308862" cy="
|
|
68
|
-
<circle cx="330" cy="
|
|
69
|
-
<circle cx="429.3398985691138" cy="
|
|
70
|
-
<circle cx="560.6601014308862" cy="
|
|
71
|
-
<circle cx="660" cy="
|
|
72
|
-
<circle cx="759.3398985691139" cy="
|
|
73
|
-
<circle cx="890.6601014308862" cy="
|
|
74
|
-
<circle cx="990" cy="
|
|
64
|
+
<path d="M 0 304.9579731338267 L 99.33989856911381 306.7071557553624 L 230.6601014308862 337.98595780742846 L 330 358.8317366954122 L 429.3398985691138 346.7041163638394 L 560.6601014308862 377.92412127359637 L 660 374.76521167374966 L 759.3398985691139 395.4321432144372 L 890.6601014308862 402.2848600999703 L 990 407.6195166880606" class="per-instance"/>
|
|
65
|
+
<circle cx="0" cy="304.9579731338267" r="4" class="per-instance-dot"/>
|
|
66
|
+
<circle cx="99.33989856911381" cy="306.7071557553624" r="4" class="per-instance-dot"/>
|
|
67
|
+
<circle cx="230.6601014308862" cy="337.98595780742846" r="4" class="per-instance-dot"/>
|
|
68
|
+
<circle cx="330" cy="358.8317366954122" r="4" class="per-instance-dot"/>
|
|
69
|
+
<circle cx="429.3398985691138" cy="346.7041163638394" r="4" class="per-instance-dot"/>
|
|
70
|
+
<circle cx="560.6601014308862" cy="377.92412127359637" r="4" class="per-instance-dot"/>
|
|
71
|
+
<circle cx="660" cy="374.76521167374966" r="4" class="per-instance-dot"/>
|
|
72
|
+
<circle cx="759.3398985691139" cy="395.4321432144372" r="4" class="per-instance-dot"/>
|
|
73
|
+
<circle cx="890.6601014308862" cy="402.2848600999703" r="4" class="per-instance-dot"/>
|
|
74
|
+
<circle cx="990" cy="407.6195166880606" r="4" class="per-instance-dot"/>
|
|
75
75
|
<!-- Legend -->
|
|
76
76
|
<g transform="translate(20, 20)">
|
|
77
77
|
<rect x="0" y="0" width="190" height="60" fill="white" stroke="#ccc" stroke-width="1"/>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
<text x="150" y="25" class="metadata-value">2025-07-21</text>
|
|
96
96
|
|
|
97
97
|
<text x="0" y="45" class="metadata-label">Package Version:</text>
|
|
98
|
-
<text x="150" y="45" class="metadata-value">@fjell/registry v4.4.
|
|
98
|
+
<text x="150" y="45" class="metadata-value">@fjell/registry v4.4.10</text>
|
|
99
99
|
|
|
100
100
|
<text x="0" y="65" class="metadata-label">Node.js Version:</text>
|
|
101
101
|
<text x="150" y="65" class="metadata-value">v22.0.0 (darwin arm64)</text>
|