diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-08 13:28:58 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:34 +1030 |
commit | e8163b395942b0e5ec0c4aad07b66472d195e61a (patch) | |
tree | 06ce595403fb25f8c92d3912d8c1d9f06fe05a25 /NEWS | |
parent | c7fbb8e441b6a62e0d6d016add8ed6b44d90d981 (diff) | |
download | lua-cjson-e8163b395942b0e5ec0c4aad07b66472d195e61a.tar.gz lua-cjson-e8163b395942b0e5ec0c4aad07b66472d195e61a.tar.bz2 lua-cjson-e8163b395942b0e5ec0c4aad07b66472d195e61a.zip |
Improve performance by tracking decode ptr
Track pointer to the current location in the JSON string, instead of
an index to the string array. Improves decode performance 1-10%.
json_next_token():
- Clean up white space handling and leave "ch" containing the current
non-whitespace character.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions