Hacker News new | ask | show | jobs
by xonix 929 days ago
My pure-AWK variant: https://github.com/xonixx/gron.awk (features complete JSON parser in AWK).
1 comments

Has this been tested against Mawk? I often see performance benefits with Mawk, when the Awk script does not need any Gawk specific functions.

I'm looking at the test suite, trying to figure out how to get it to emit test failure details:

  ./makesure test_suite
  mawk -f run_json_test_suit.awk
  ...
  Successes: 186
  Fails:     152
It has: https://github.com/xonixx/gron.awk/blob/e5040a7b1384c5839dca...

Strange, should be much less failures: https://github.com/xonixx/gron.awk/blob/e5040a7b1384c5839dca...

Could you please file a bug with the details?