Hacker News new | ask | show | jobs
by kermatt 933 days ago
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
1 comments

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?