cJSON
cJSON copied to clipboard
Parsing optimisations
I've run the tests through valgrind with no failures. I've also run the fuzzer for over 268435456 iterations with no problems.
On my test file, the combined effect of these commits gave a 15% performance improvement in cJSON_Parse() on my 4MB test file.