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
I am using boost::interprocess::bufferstream to avoid extra memory copy when you use stringstream in order to parse a char* or string. But it has a dependency on Boost and most of people wouldn't want it.
I think general or simplified bufferstream could be easily implemented and embedded into jsoncpp and then you could provide parseFromString or parseFromChar with no memory copy. What do you think?