-
I was wondering if it was possible to create a string JIT. I am wanting to print an nlohmanjson object, but would prefer if i could offload the overhead of generating the string to the threadpool. |
Beta Was this translation helpful? Give feedback.
Answered by
gabime
Nov 19, 2021
Replies: 1 comment 1 reply
-
There is no easy way because the fmt formatting is done before sending to the thread pool. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Khaled431
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no easy way because the fmt formatting is done before sending to the thread pool.