~jameinel/+junk/gozjson

Viewing all changes in revision 11.

  • Committer: John Arbash Meinel
  • Date: 2011-06-18 22:37:25 UTC
  • Revision ID: john@arbash-meinel.com-20110618223725-8aoom69gt5uin2n6
Using a complex regex makes things slower already.
I'm told that regexp isn't a particularly high perf regex lib,
at least from the 'performance notes' that has been mentioned.
The fact that I'm already at 13s, without even handling 'value',
or pulling out refs, etc. Makes it clear that at least the json
parser is faster than the regex module.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: