sajson icon indicating copy to clipboard operation
sajson copied to clipboard

optimize number parsing

Open chadaustin opened this issue 7 years ago • 0 comments

The only benchmark where sajson loses to rapidjson is number parsing. Need to split the integer loop from the floating point loop (which has the important effect of breaking p's dependency chain on the numeric value).

chadaustin avatar Apr 30 '17 17:04 chadaustin