-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
"pretty" example is much slower than YAJL's reformat #2
Comments
From milo...@gmail.com on November 21, 2011 19:32:54 the performance problem of pretty example should be mainly due to FileStream?, which uses fgetc(). And I will add another stream classes with buffers and using fread()/fwrite(). The https://code.google.com/p/rapidjson/wiki/Performance is aimed at testing parsing/generating performance, reading of source JSON string are excluded in the measurement. However, I will fix the performance issues in examples soon, and gives results as well. |
From milo...@gmail.com on November 13, 2012 20:17:33 Revision r23 has modified pretty to use the new file stream. Need to rerun Lloyd's test. Status: Fixed |
…alidation-messages Multiple validation failures and validation messages
From milo...@gmail.com on November 22, 2011 11:31:26
https://github.com/lloyd/yajl_vs_rapidjson This contradicts the results shown in https://code.google.com/p/rapidjson/wiki/Performance
Original issue: http://code.google.com/p/rapidjson/issues/detail?id=1
The text was updated successfully, but these errors were encountered: