You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/blog/2024-07-13-v0.14-release-announcement.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,9 @@ Internal schema interface changes provide a **10% normalization performance boos
207
207
208
208
Using `Map` instead of plain objects for entity storage provides up to **32% faster lookups** for large datasets. [#3390](https://github.com/reactive/data-client/pull/3390)
209
209
210
+
<center>
211
+
<divstyle={{maxWidth:'500px'}}>
212
+
210
213
```mermaid
211
214
xychart-beta
212
215
title "Performance vs v0.13"
@@ -216,7 +219,7 @@ xychart-beta
216
219
bar [100, 100, 100]
217
220
```
218
221
219
-
<center>
222
+
</div>
220
223
221
224
[Benchmarks over time](https://reactive.github.io/data-client/dev/bench/) | [View benchmark](https://github.com/reactive/data-client/tree/master/examples/benchmark)
0 commit comments