File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -391,8 +391,8 @@ and up to 20x performance even after [mutation operations](../getting-started/mu
391391xychart-beta
392392 title "Denormalize Single Entity"
393393 x-axis [normalizr, "Data Client", "Data Client (cached)"]
394- y-axis "Operations per second" 0 --> 5618500
395- bar [212500, 1341000, 5618500 ]
394+ y-axis "Operations per second" 0 --> 6348905
395+ bar [212500, 1341000, 6348905 ]
396396```
397397
398398``` mermaid
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Performance compared to normalizr package (higher is better):
2525| ------------------- | -------- | ---------- |
2626| normalize (long) | 120% | 120% |
2727| denormalize (long) | 158% | 1,250% |
28- | denormalize (short) | 676% | 2,650 % |
28+ | denormalize (short) | 676% | 2,990 % |
2929
3030[ Comparison done on a Ryzen 7950x; Ubuntu; Node 22.14.0]
3131
Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ Available from [@data-client/endpoint](https://www.npmjs.com/package/@data-clien
314314| ------------------- | -------- | ---------- |
315315| normalize (long) | 120% | 120% |
316316| denormalize (long) | 158% | 1,250% |
317- | denormalize (short) | 676% | 2,650 % |
317+ | denormalize (short) | 676% | 2,990 % |
318318
319319[ View benchmark] ( https://github.com/reactive/data-client/blob/master/examples/benchmark )
320320
You can’t perform that action at this time.
0 commit comments