We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://code.google.com/p/rapidjson/issues/detail?id=79 As reported by Anton.Breusov, there are potential issues with setjmp()/longjmp(). Try removing them and evaluate the performance loss.
The text was updated successfully, but these errors were encountered:
After experimenting (a1a8abd), the performance seems not an issue. https://gist.github.com/miloyip/8120db4fdf702c6917d1
Sorry, something went wrong.
fix build on travis-ci.org
be01d3d
Some early returns were missing after the removal of longjmp in Tencent#22. This has led to segfaults on Linux (confirmed locally).
Successfully merging a pull request may close this issue.
https://code.google.com/p/rapidjson/issues/detail?id=79
As reported by Anton.Breusov, there are potential issues with setjmp()/longjmp().
Try removing them and evaluate the performance loss.
The text was updated successfully, but these errors were encountered: