-
Notifications
You must be signed in to change notification settings - Fork 262
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
Add Boost.Beast experimental streaming parser #118
Comments
Yeah, I would love to see a benchmark BUT full disclosure, I have spent exactly zero time optimizing this code (LOL) |
@vinniefalco I wouldn't worry about it. The benchmark compares what is available 'on the market' as it is. |
The streaming parser is separate from the non-streaming parser now. They have different performance characteristics. |
The parser implementation is available from Boost.Beast's demo project here
https://github.com/vinniefalco/BeastLounge/tree/develop/include/boost/beast/_experimental/json
UPDATE: Current code lives in https://github.com/vinniefalco/json
/cc @vinniefalco
The text was updated successfully, but these errors were encountered: