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
391
391
xychart-beta
392
392
title "Denormalize Single Entity"
393
393
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 ]
396
396
```
397
397
398
398
``` mermaid
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Performance compared to normalizr package (higher is better):
25
25
| ------------------- | -------- | ---------- |
26
26
| normalize (long) | 120% | 120% |
27
27
| denormalize (long) | 158% | 1,250% |
28
- | denormalize (short) | 676% | 2,650 % |
28
+ | denormalize (short) | 676% | 2,990 % |
29
29
30
30
[ Comparison done on a Ryzen 7950x; Ubuntu; Node 22.14.0]
31
31
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
314
314
| ------------------- | -------- | ---------- |
315
315
| normalize (long) | 120% | 120% |
316
316
| denormalize (long) | 158% | 1,250% |
317
- | denormalize (short) | 676% | 2,650 % |
317
+ | denormalize (short) | 676% | 2,990 % |
318
318
319
319
[ View benchmark] ( https://github.com/reactive/data-client/blob/master/examples/benchmark )
320
320
You can’t perform that action at this time.
0 commit comments