Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAccept json=raw() directly to skip rawToChar step on JSON received from curl #35
Comments
|
The potential kibosh for this would be encoding issues, though |
|
Still working on adapting my code to use I think a major choke point of my current code is some regular It's also something to keep in mind for benchmarking -- unless this phenomenon is captured, the benefit of dropping |
add raw vector support (plus docs, example, tests)
|
Done in #36 |
reuse parser for multiple raw vectors
As identified in this Twitter thread:
https://twitter.com/michael_chirico/status/1280656819606548480
See this Gist:
https://gist.github.com/MichaelChirico/f5e09ab9f5f437bb0286e8a42941a3e1
The performance of😎
fparseis already damn impressive, but let's see if we can't do a mite betterJSON as raw can be retrieved like so:
IINM from C++ POV this
rawvector should just be a subset of acharactervector...