@fjell/registry 4.4.7 → 4.4.9

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.
Files changed (54) hide show
  1. package/README.md +81 -4
  2. package/dist/Registry.cjs +20 -1
  3. package/dist/Registry.js +20 -1
  4. package/dist/RegistryHub.cjs +17 -1
  5. package/dist/RegistryHub.js +17 -1
  6. package/dist/index.cjs +35 -0
  7. package/dist/index.cjs.map +1 -1
  8. package/dist/types.d.ts +15 -0
  9. package/docs/README.md +74 -0
  10. package/docs/index.html +17 -0
  11. package/docs/memory-data/scaling-10-instances.json +206 -206
  12. package/docs/memory-data/scaling-100-instances.json +206 -206
  13. package/docs/memory-data/scaling-1000-instances.json +108 -108
  14. package/docs/memory-data/scaling-10000-instances.json +49 -49
  15. package/docs/memory-data/scaling-20-instances.json +208 -208
  16. package/docs/memory-data/scaling-200-instances.json +201 -201
  17. package/docs/memory-data/scaling-2000-instances.json +107 -107
  18. package/docs/memory-data/scaling-50-instances.json +206 -206
  19. package/docs/memory-data/scaling-500-instances.json +108 -108
  20. package/docs/memory-data/scaling-5000-instances.json +49 -49
  21. package/docs/memory-overhead.svg +17 -17
  22. package/docs/memory.md +111 -111
  23. package/docs/package.json +35 -0
  24. package/docs/public/README.md +623 -0
  25. package/docs/public/TIMING_NODE_OPTIMIZATION.md +207 -0
  26. package/docs/public/examples/coordinates-example.ts +253 -0
  27. package/docs/public/examples/multi-level-keys.ts +374 -0
  28. package/docs/public/examples/registry-hub-coordinates-example.ts +370 -0
  29. package/docs/public/examples/registry-hub-types.ts +437 -0
  30. package/docs/public/examples/simple-example.ts +250 -0
  31. package/docs/public/examples-README.md +222 -0
  32. package/docs/public/fjell-icon.svg +1 -0
  33. package/docs/public/icon.png +0 -0
  34. package/docs/public/icon2.png +0 -0
  35. package/docs/public/memory-overhead.svg +120 -0
  36. package/docs/public/memory.md +430 -0
  37. package/docs/public/pano.png +0 -0
  38. package/docs/public/pano2.png +0 -0
  39. package/docs/public/timing-range.svg +176 -0
  40. package/docs/public/timing.md +483 -0
  41. package/docs/src/App.css +1175 -0
  42. package/docs/src/App.test.tsx +50 -0
  43. package/docs/src/App.tsx +583 -0
  44. package/docs/src/index.css +40 -0
  45. package/docs/src/main.tsx +10 -0
  46. package/docs/src/test/setup.ts +1 -0
  47. package/docs/timing-range.svg +41 -41
  48. package/docs/timing.md +101 -101
  49. package/docs/tsconfig.node.json +13 -0
  50. package/docs/vitest.config.ts +14 -0
  51. package/examples/README.md +35 -0
  52. package/examples/coordinates-example.ts +253 -0
  53. package/examples/registry-hub-coordinates-example.ts +370 -0
  54. package/package.json +1 -1
@@ -1,275 +1,275 @@
1
1
  {
2
2
  "instanceCount": 2000,
3
3
  "iterations": 25,
4
- "timestamp": "2025-07-19T19:08:19.712Z",
4
+ "timestamp": "2025-07-21T04:04:11.253Z",
5
5
  "measurements": [
6
6
  {
7
7
  "instanceCount": 2000,
8
- "memoryPerInstance": 5227.28,
9
- "time": 5.511250000000018
8
+ "memoryPerInstance": 5182.528,
9
+ "time": 2.8405420000000277
10
10
  },
11
11
  {
12
12
  "instanceCount": 2000,
13
- "memoryPerInstance": 1706.8,
14
- "time": 2.048999999999978
13
+ "memoryPerInstance": 978.992,
14
+ "time": 10.339124999999967
15
15
  },
16
16
  {
17
17
  "instanceCount": 2000,
18
- "memoryPerInstance": 448.66,
19
- "time": 12.012459000000035
18
+ "memoryPerInstance": 1691.148,
19
+ "time": 2.1198340000000826
20
20
  },
21
21
  {
22
22
  "instanceCount": 2000,
23
- "memoryPerInstance": 1725.072,
24
- "time": 4.503542000000039
23
+ "memoryPerInstance": 1711.028,
24
+ "time": 2.072958000000085
25
25
  },
26
26
  {
27
27
  "instanceCount": 2000,
28
- "memoryPerInstance": 974.644,
29
- "time": 13.444541999999956
28
+ "memoryPerInstance": 612.112,
29
+ "time": 10.160375000000045
30
30
  },
31
31
  {
32
32
  "instanceCount": 2000,
33
- "memoryPerInstance": 1707.048,
34
- "time": 4.551666999999952
33
+ "memoryPerInstance": 1721.436,
34
+ "time": 1.931459000000018
35
35
  },
36
36
  {
37
37
  "instanceCount": 2000,
38
- "memoryPerInstance": 1702.008,
39
- "time": 2.2205830000000333
38
+ "memoryPerInstance": 901.872,
39
+ "time": 8.001041999999984
40
40
  },
41
41
  {
42
42
  "instanceCount": 2000,
43
- "memoryPerInstance": 632.924,
44
- "time": 9.52616599999999
43
+ "memoryPerInstance": 1700.364,
44
+ "time": 2.007417000000032
45
45
  },
46
46
  {
47
47
  "instanceCount": 2000,
48
- "memoryPerInstance": 1691.148,
49
- "time": 3.623958000000016
48
+ "memoryPerInstance": 1724.984,
49
+ "time": 2.2735830000000306
50
50
  },
51
51
  {
52
52
  "instanceCount": 2000,
53
- "memoryPerInstance": 5549.972,
54
- "time": 12.58137499999998
53
+ "memoryPerInstance": 6269.908,
54
+ "time": 3.8173329999999623
55
55
  },
56
56
  {
57
57
  "instanceCount": 2000,
58
- "memoryPerInstance": 1703.38,
59
- "time": 2.3779160000000275
58
+ "memoryPerInstance": 644.008,
59
+ "time": 11.650959000000057
60
60
  },
61
61
  {
62
62
  "instanceCount": 2000,
63
- "memoryPerInstance": 1724.984,
64
- "time": 2.3586670000000822
63
+ "memoryPerInstance": 1691.148,
64
+ "time": 1.8498749999999973
65
65
  },
66
66
  {
67
67
  "instanceCount": 2000,
68
- "memoryPerInstance": 536.96,
69
- "time": 14.811833999999976
68
+ "memoryPerInstance": 955.648,
69
+ "time": 9.349916000000007
70
70
  },
71
71
  {
72
72
  "instanceCount": 2000,
73
- "memoryPerInstance": 1691.152,
74
- "time": 2.0019170000000486
73
+ "memoryPerInstance": 1705.356,
74
+ "time": 1.95637499999998
75
75
  },
76
76
  {
77
77
  "instanceCount": 2000,
78
- "memoryPerInstance": 6843.076,
79
- "time": 5.261624999999981
78
+ "memoryPerInstance": 6853.928,
79
+ "time": 4.877541000000065
80
80
  },
81
81
  {
82
82
  "instanceCount": 2000,
83
- "memoryPerInstance": 946.784,
84
- "time": 8.02841699999999
83
+ "memoryPerInstance": 607.06,
84
+ "time": 8.517541000000051
85
85
  },
86
86
  {
87
87
  "instanceCount": 2000,
88
- "memoryPerInstance": 1728.32,
89
- "time": 1.92349999999999
88
+ "memoryPerInstance": 1702.008,
89
+ "time": 1.8214169999999967
90
90
  },
91
91
  {
92
92
  "instanceCount": 2000,
93
- "memoryPerInstance": 1691.148,
94
- "time": 1.9905410000000074
93
+ "memoryPerInstance": 946.892,
94
+ "time": 7.185917000000018
95
95
  },
96
96
  {
97
97
  "instanceCount": 2000,
98
- "memoryPerInstance": 780.752,
99
- "time": 5.456457999999998
98
+ "memoryPerInstance": 1691.196,
99
+ "time": 2.3440409999999474
100
100
  },
101
101
  {
102
102
  "instanceCount": 2000,
103
- "memoryPerInstance": 1724.984,
104
- "time": 1.8893750000000864
103
+ "memoryPerInstance": 1737.588,
104
+ "time": 2.3744159999999965
105
105
  },
106
106
  {
107
107
  "instanceCount": 2000,
108
- "memoryPerInstance": 742.084,
109
- "time": 5.97687499999995
108
+ "memoryPerInstance": 668.708,
109
+ "time": 8.120042000000012
110
110
  },
111
111
  {
112
112
  "instanceCount": 2000,
113
113
  "memoryPerInstance": 1691.184,
114
- "time": 1.923750000000041
114
+ "time": 2.5314580000000433
115
115
  },
116
116
  {
117
117
  "instanceCount": 2000,
118
- "memoryPerInstance": 1695.64,
119
- "time": 1.8563329999999496
118
+ "memoryPerInstance": 1698.824,
119
+ "time": 2.4015830000000733
120
120
  },
121
121
  {
122
122
  "instanceCount": 2000,
123
- "memoryPerInstance": 816.38,
124
- "time": 4.783958999999982
123
+ "memoryPerInstance": 861.54,
124
+ "time": 11.055250000000001
125
125
  },
126
126
  {
127
127
  "instanceCount": 2000,
128
- "memoryPerInstance": 1691.148,
129
- "time": 2.427458999999999
128
+ "memoryPerInstance": 1702.008,
129
+ "time": 1.8453329999999823
130
130
  }
131
131
  ],
132
132
  "stats": {
133
133
  "instanceCount": 2000,
134
134
  "iterations": 25,
135
135
  "memoryPerInstance": {
136
- "min": 448.66,
137
- "max": 6843.076,
138
- "average": 1894.94128,
139
- "stdDev": 1555.15159666475
136
+ "min": 607.06,
137
+ "max": 6853.928,
138
+ "average": 1906.0587200000007,
139
+ "stdDev": 1625.4760007654995
140
140
  },
141
141
  "time": {
142
- "min": 1.8563329999999496,
143
- "max": 14.811833999999976,
144
- "average": 5.323726720000004,
145
- "stdDev": 3.99293101336715
142
+ "min": 1.8214169999999967,
143
+ "max": 11.650959000000057,
144
+ "average": 4.937813280000018,
145
+ "stdDev": 3.495909809783467
146
146
  },
147
147
  "status": "PASS",
148
148
  "measurements": [
149
149
  {
150
150
  "instanceCount": 2000,
151
- "memoryPerInstance": 5227.28,
152
- "time": 5.511250000000018
151
+ "memoryPerInstance": 5182.528,
152
+ "time": 2.8405420000000277
153
153
  },
154
154
  {
155
155
  "instanceCount": 2000,
156
- "memoryPerInstance": 1706.8,
157
- "time": 2.048999999999978
156
+ "memoryPerInstance": 978.992,
157
+ "time": 10.339124999999967
158
158
  },
159
159
  {
160
160
  "instanceCount": 2000,
161
- "memoryPerInstance": 448.66,
162
- "time": 12.012459000000035
161
+ "memoryPerInstance": 1691.148,
162
+ "time": 2.1198340000000826
163
163
  },
164
164
  {
165
165
  "instanceCount": 2000,
166
- "memoryPerInstance": 1725.072,
167
- "time": 4.503542000000039
166
+ "memoryPerInstance": 1711.028,
167
+ "time": 2.072958000000085
168
168
  },
169
169
  {
170
170
  "instanceCount": 2000,
171
- "memoryPerInstance": 974.644,
172
- "time": 13.444541999999956
171
+ "memoryPerInstance": 612.112,
172
+ "time": 10.160375000000045
173
173
  },
174
174
  {
175
175
  "instanceCount": 2000,
176
- "memoryPerInstance": 1707.048,
177
- "time": 4.551666999999952
176
+ "memoryPerInstance": 1721.436,
177
+ "time": 1.931459000000018
178
178
  },
179
179
  {
180
180
  "instanceCount": 2000,
181
- "memoryPerInstance": 1702.008,
182
- "time": 2.2205830000000333
181
+ "memoryPerInstance": 901.872,
182
+ "time": 8.001041999999984
183
183
  },
184
184
  {
185
185
  "instanceCount": 2000,
186
- "memoryPerInstance": 632.924,
187
- "time": 9.52616599999999
186
+ "memoryPerInstance": 1700.364,
187
+ "time": 2.007417000000032
188
188
  },
189
189
  {
190
190
  "instanceCount": 2000,
191
- "memoryPerInstance": 1691.148,
192
- "time": 3.623958000000016
191
+ "memoryPerInstance": 1724.984,
192
+ "time": 2.2735830000000306
193
193
  },
194
194
  {
195
195
  "instanceCount": 2000,
196
- "memoryPerInstance": 5549.972,
197
- "time": 12.58137499999998
196
+ "memoryPerInstance": 6269.908,
197
+ "time": 3.8173329999999623
198
198
  },
199
199
  {
200
200
  "instanceCount": 2000,
201
- "memoryPerInstance": 1703.38,
202
- "time": 2.3779160000000275
201
+ "memoryPerInstance": 644.008,
202
+ "time": 11.650959000000057
203
203
  },
204
204
  {
205
205
  "instanceCount": 2000,
206
- "memoryPerInstance": 1724.984,
207
- "time": 2.3586670000000822
206
+ "memoryPerInstance": 1691.148,
207
+ "time": 1.8498749999999973
208
208
  },
209
209
  {
210
210
  "instanceCount": 2000,
211
- "memoryPerInstance": 536.96,
212
- "time": 14.811833999999976
211
+ "memoryPerInstance": 955.648,
212
+ "time": 9.349916000000007
213
213
  },
214
214
  {
215
215
  "instanceCount": 2000,
216
- "memoryPerInstance": 1691.152,
217
- "time": 2.0019170000000486
216
+ "memoryPerInstance": 1705.356,
217
+ "time": 1.95637499999998
218
218
  },
219
219
  {
220
220
  "instanceCount": 2000,
221
- "memoryPerInstance": 6843.076,
222
- "time": 5.261624999999981
221
+ "memoryPerInstance": 6853.928,
222
+ "time": 4.877541000000065
223
223
  },
224
224
  {
225
225
  "instanceCount": 2000,
226
- "memoryPerInstance": 946.784,
227
- "time": 8.02841699999999
226
+ "memoryPerInstance": 607.06,
227
+ "time": 8.517541000000051
228
228
  },
229
229
  {
230
230
  "instanceCount": 2000,
231
- "memoryPerInstance": 1728.32,
232
- "time": 1.92349999999999
231
+ "memoryPerInstance": 1702.008,
232
+ "time": 1.8214169999999967
233
233
  },
234
234
  {
235
235
  "instanceCount": 2000,
236
- "memoryPerInstance": 1691.148,
237
- "time": 1.9905410000000074
236
+ "memoryPerInstance": 946.892,
237
+ "time": 7.185917000000018
238
238
  },
239
239
  {
240
240
  "instanceCount": 2000,
241
- "memoryPerInstance": 780.752,
242
- "time": 5.456457999999998
241
+ "memoryPerInstance": 1691.196,
242
+ "time": 2.3440409999999474
243
243
  },
244
244
  {
245
245
  "instanceCount": 2000,
246
- "memoryPerInstance": 1724.984,
247
- "time": 1.8893750000000864
246
+ "memoryPerInstance": 1737.588,
247
+ "time": 2.3744159999999965
248
248
  },
249
249
  {
250
250
  "instanceCount": 2000,
251
- "memoryPerInstance": 742.084,
252
- "time": 5.97687499999995
251
+ "memoryPerInstance": 668.708,
252
+ "time": 8.120042000000012
253
253
  },
254
254
  {
255
255
  "instanceCount": 2000,
256
256
  "memoryPerInstance": 1691.184,
257
- "time": 1.923750000000041
257
+ "time": 2.5314580000000433
258
258
  },
259
259
  {
260
260
  "instanceCount": 2000,
261
- "memoryPerInstance": 1695.64,
262
- "time": 1.8563329999999496
261
+ "memoryPerInstance": 1698.824,
262
+ "time": 2.4015830000000733
263
263
  },
264
264
  {
265
265
  "instanceCount": 2000,
266
- "memoryPerInstance": 816.38,
267
- "time": 4.783958999999982
266
+ "memoryPerInstance": 861.54,
267
+ "time": 11.055250000000001
268
268
  },
269
269
  {
270
270
  "instanceCount": 2000,
271
- "memoryPerInstance": 1691.148,
272
- "time": 2.427458999999999
271
+ "memoryPerInstance": 1702.008,
272
+ "time": 1.8453329999999823
273
273
  }
274
274
  ]
275
275
  }