Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
875 contributions in the last year
Contribution activity
September 2020
Created an issue in simdjson/simdjson that received 16 comments
`at_pointer` doesn't like an empty string JSON Pointer
This snippet:
simdjson::dom::element element = parser.parse(input_array, input_length);
element = element.at_pointer("");
crashes:
a.out: simdjson…
16
comments

