skeeto / pdjson

C JSON parser library that doesn't suck
The Unlicense
281 stars 36 forks source link

Optimization? #28

Open MaJerle opened 2 years ago

MaJerle commented 2 years ago

https://github.com/skeeto/pdjson/blob/67108d883061043e55d0fb13961ac1b6fc8a485c/pdjson.c#L558

I'd say c >= '1' && c <= '9' is way faster.