Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qjsonDebug() slows the parsing down #51

Open
yurivict opened this issue Apr 13, 2014 · 0 comments
Open

qjsonDebug() slows the parsing down #51

yurivict opened this issue Apr 13, 2014 · 0 comments

Comments

@yurivict
Copy link

json_parser.yy, json_scanner.cpp and json_parser.cc have qjsonDebug() << ... printouts enabled by default.
Even though qjsonDebug() ignores this output, printing is still done in the enclosing code, therefore slowing it down.
qjsonDebug() should be #ifndef-ed with some preprocessor variable.

PS: Even after with this fix qjson parser is still significantly slower than Qt5 internal parer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant