You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggestion from Milo Yip:
rapidjson has a "insitu" parsing mode. Which is even faster for JSON with lots of strings. E.g., document.ParseInsitu<0>(buffer). Note that content of buffer will be modified.
The text was updated successfully, but these errors were encountered:
Suggestion from Milo Yip:
rapidjson has a "insitu" parsing mode. Which is even faster for JSON with lots of strings. E.g.,
document.ParseInsitu<0>(buffer)
. Note that content of buffer will be modified.The text was updated successfully, but these errors were encountered: