Skip to content

Instantly share code, notes, and snippets.

@Yord
Last active January 12, 2020 22:36
Show Gist options
  • Save Yord/77d371f847a8aa78663a73b66c4fd0b5 to your computer and use it in GitHub Desktop.
Save Yord/77d371f847a8aa78663a73b66c4fd0b5 to your computer and use it in GitHub Desktop.
Benchmark Description pxi gawk jq mlr fx
JSON 1 Select an attribute on small JSON objects 11s 15s 46s 284s
JSON 2 Select an attribute on large JSON objects 20s 20s 97s 301s
JSON 3 Pick a single attribute on small JSON objects 15s 21s 68s 91s 368s
JSON 4 Pick a single attribute on large JSON objects 26s 27s 130s 257s 420s
JSON to CSV 1 Convert a small JSON to CSV format 15s 77s 60s
JSON to CSV 2 Convert a large JSON to CSV format 38s 264s 237s
CSV 1 Select a column from a small csv file 11s 8s 37s 23s
CSV 2 Select a column from a large csv file 19s 9s 66s 72s
CSV to JSON 1 Convert a small CSV to JSON format 15s 120s
CSV to JSON 2 Convert a large CSV to JSON format 42s 352s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment