sajson
sajson copied to clipboard
optimize number parsing
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).