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

Add Boost.Beast experimental streaming parser #118

Open
mloskot opened this issue Jul 15, 2019 · 3 comments
Open

Add Boost.Beast experimental streaming parser #118

mloskot opened this issue Jul 15, 2019 · 3 comments

Comments

@mloskot
Copy link

mloskot commented Jul 15, 2019

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

@vinniefalco
Copy link

Yeah, I would love to see a benchmark BUT full disclosure, I have spent exactly zero time optimizing this code (LOL)

@mloskot
Copy link
Author

mloskot commented Jul 15, 2019

@vinniefalco I wouldn't worry about it. The benchmark compares what is available 'on the market' as it is.
AFAIK, there has been just first round of implementation of the Ciere's Spirit-based parser, so it has not been optimised either.
Still, it is valuable to have it compared, for both, its developers and its users.
I believe, this benchmark is for purely practical purposes and not about building any halls of (sh|f)ame.

@vinniefalco
Copy link

The streaming parser is separate from the non-streaming parser now. They have different performance characteristics.

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

2 participants