-
Davis King authored
doesn't store it's data in a contiguous block. However, that isn't quite the case. See this discussion: http://stackoverflow.com/questions/1986966/does-s0-point-to-contiguous-characters-in-a-stdstring Anyway, I changed deserialize() for std::string to be more efficient and read directly into the string rather than into a contiguous buffer and then do a copy. --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404235
4bc01864