JsonStreamParser::GetNextTokenType() uses HasPrefixString a lot on StringPiece as input. For each call two std::strings are constructed, compared and destroyed. Parsing of json-files with 50-60 MB in debug mode takes minutes.pull/7234/head
parent
1370c7303a
commit
b96241b1b7
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue