~jameinel/+junk/gozjson

  • 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.
Filename Latest Rev Last Changed Committer Comment Size
..
.bzrignore 7 12 years ago John Arbash Meinel stub out some bits that aren't available in gccgo 86 bytes Diff Download File
Makefile 7 12 years ago John Arbash Meinel stub out some bits that aren't available in gccgo 874 bytes Diff Download File
read_zjson.go 11 12 years ago John Arbash Meinel Using a complex regex makes things slower already. 5 KB Diff Download File
read_zjson.py 5 12 years ago John Arbash Meinel Leave the grep call in, for cases where we're able 2.1 KB Diff Download File