Open MaJerle opened 2 years ago
https://github.com/skeeto/pdjson/blob/67108d883061043e55d0fb13961ac1b6fc8a485c/pdjson.c#L558
I'd say c >= '1' && c <= '9' is way faster.
c >= '1' && c <= '9'
https://github.com/skeeto/pdjson/blob/67108d883061043e55d0fb13961ac1b6fc8a485c/pdjson.c#L558
I'd say
c >= '1' && c <= '9'
is way faster.