Skip to content

Instantly share code, notes, and snippets.

@willyaranda
Last active April 27, 2021 22:16
Show Gist options
  • Save willyaranda/2e5da6bcf7d86e79bac3ab5ce0096f8f to your computer and use it in GitHub Desktop.
Save willyaranda/2e5da6bcf7d86e79bac3ab5ce0096f8f to your computer and use it in GitHub Desktop.
simdjson_nodejs - 0.5.0
filename filesize (MB) JSON.parse(ms) simdjson.lazyParse (ms) JSON.parse (GB/s) simdjson.lazyParse (GB/s) X faster
apache_builds.json 0.13 0.338 0.182 0.38 0.70 1.86
canada.json 2.25 16.942 8.096 0.13 0.28 2.09
citm_catalog.json 1.73 3.750 4.926 0.46 0.35 0.76
github_events.json 0.07 0.164 0.162 0.40 0.40 1.02
gsoc_2018.json 3.33 4.929 6.228 0.68 0.53 0.79
instruments.json 0.22 0.538 0.482 0.41 0.46 1.12
marine_ik.json 2.98 15.325 11.152 0.19 0.27 1.37
mesh_pretty.json 1.58 4.742 3.671 0.33 0.43 1.29
mesh.json 0.72 3.671 2.504 0.20 0.29 1.47
numbers.json 0.15 0.744 0.345 0.20 0.43 2.16
random.json 0.51 2.158 2.036 0.24 0.25 1.06
sf_citylots.json 189.78 1731.616 932.863 0.11 0.20 1.86
twitter.json 0.63 1.783 1.676 0.35 0.38 1.06
twitterescaped.json 0.56 2.026 1.401 0.28 0.40 1.45
update_center.json 0.53 2.566 1.759 0.21 0.30 1.46
filename filesize (MB) JSON.parse(ms) simdjson.lazyParse (ms) JSON.parse (GB/s) simdjson.lazyParse (GB/s) X faster
apache_builds.json 0.13 0.379 1.016 0.34 0.13 0.37
canada.json 2.25 17.135 36.802 0.13 0.06 0.47
citm_catalog.json 1.73 3.741 15.746 0.46 0.11 0.24
github_events.json 0.07 0.175 0.494 0.37 0.13 0.35
gsoc_2018.json 3.33 5.173 15.148 0.64 0.22 0.34
instruments.json 0.22 0.526 2.179 0.42 0.10 0.24
marine_ik.json 2.98 15.931 59.628 0.19 0.05 0.27
mesh_pretty.json 1.58 5.634 16.359 0.28 0.10 0.34
mesh.json 0.72 3.612 11.794 0.20 0.06 0.31
numbers.json 0.15 0.748 1.523 0.20 0.10 0.49
random.json 0.51 2.204 8.227 0.23 0.06 0.27
sf_citylots.json 189.78 1729.284 9943.193 0.11 0.02 0.17
twitter.json 0.63 1.805 6.868 0.35 0.09 0.26
twitterescaped.json 0.56 2.047 6.452 0.27 0.09 0.32
update_center.json 0.53 2.460 7.039 0.22 0.08 0.35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment