Improving speed of writing #17
Replies: 2 comments 2 replies
-
Can you do "checking some conditions" before creating If the object consists of many strings, the difference between rapidjson and yyjson seems to be at most twice as large. It would be small depending on the situation. |
Beta Was this translation helpful? Give feedback.
-
Is there any support creating json object from specific allocator like Rapidjson?
I expect ability to create new JSON object from specific the father Object allocator. Maybe this faster? |
Beta Was this translation helpful? Give feedback.
-
For exampl to my situation:
I take some practices with yyjson to replacing current rapidjson. But my results of yyjson is slower than rapidjon.
Do you have any advice to me to improve speed of creating json? @yosh-matsuda
Noted:
I also try to call
as much as possible.
Beta Was this translation helpful? Give feedback.
All reactions