mirror of
https://github.com/json-c/json-c.git
synced 2026-04-03 12:29:06 +08:00
Improve json_object -> string performance
Removes variadic prints for ~3x performance improvement.
This commit is contained in:
@@ -62,7 +62,7 @@ extern int
|
||||
printbuf_memset(struct printbuf *pb, int offset, int charvalue, int len);
|
||||
|
||||
extern int
|
||||
sprintbuf(struct printbuf *p, const char *msg, ...);
|
||||
sprintbuf(struct printbuf *p, const char *msg);
|
||||
|
||||
extern void
|
||||
printbuf_reset(struct printbuf *p);
|
||||
|
||||
Reference in New Issue
Block a user