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: zaplib/examples/benchmark_json/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@
27
27
<bodystyle="margin: 0; overflow: hidden">
28
28
<h1><ahref="https://zaplib.com">Zaplib</a> (rust/wasm) vs JS: 100mb JSON parsing</h1>
29
29
<p>
30
-
This benchmark was adapted from <ahref="https://github.com/kostya/benchmarks#json">kostya/benchmarks</a>, but adapted to work for JS (web) vs Zaplib (rust/wasm).
30
+
This benchmark was adapted from <ahref="https://github.com/kostya/benchmarks#json">kostya/benchmarks</a> to work for JS (web) vs Zaplib (rust/wasm).
31
31
</p>
32
32
<p>
33
-
To re-generate the json file locally, run the generate_json.rb file in this directory.
33
+
To re-generate the json file locally, run the <code>generate_json.rb</code> file in this directory.
34
34
</p>
35
35
<p>
36
36
It would be interesting augment the Rust benchmark with a simd-powered parsing library, but I wasn't able to get one to compile on my M1 mac... yet!
0 commit comments