TheNitesWhoSay / RareCpp

Creating a simpler, more intuitive means of C++ reflection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poor StringStream Performance

TheNitesWhoSay opened this issue · comments

std::stringstream performance is very poor compared to std::string and std::vector<char> implementations, especially noticeable when scaling up the load, JSON shouldn't be built around streams or should have overloads not built around streams