Improve performance by constructing yytext as a std::string
o Return its contents when necessary. In many cases, this avoids construction of multiple copies of the yytext token. Exceeds performance of current develop branch.
Showing
Please register or sign in to comment