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
-
-
-
-
Forked from arvicco/win
Rubyesque interfaces and wrappers for Windows API functions defined using FFI
Ruby 2
-
878 contributions in the last year
Activity overview
Contributed to
simdjson/simdjson,
luizperes/simdjson_nodejs,
jkeiser/jkeiser.github.io
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in simdjson/simdjson that received 3 comments
Special case empty objects and arrays
This: Special cases empty objects and arrays, writing them immediately without incrementing / decrementing depth or involving the container stack. S…
+105
−79
•
3
comments
Created an issue in simdjson/simdjson that received 2 comments
Use bitstack for depth array
Right now we maintain a stack of booleans to find out whether we are in an array or an object. This means that on every [ { } ] we incur a write or…
2
comments