mirror of
https://github.com/json-c/json-c.git
synced 2026-03-26 16:39:06 +08:00
json_tokener: optimize check for number characters
speedup for 32-bit: ~5% speedup for 64-bit: ~3%
This commit is contained in:
@@ -51,7 +51,6 @@ struct json_object
|
||||
|
||||
void _json_c_set_last_err(const char *err_fmt, ...);
|
||||
|
||||
extern const char *json_number_chars;
|
||||
extern const char *json_hex_chars;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user