Highlights
- Arctic Code Vault Contributor
- Pro
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
625 contributions in the last year
Contribution activity
October 2020
- Fixed upb::InlinedArena, which was completely broken.
- Eliminated bounds checks inside parsing a field.
- Split monolithic BUILD file into many build files.
- Table-driven parsing for upb (no table compression)
- Added a benchmark for ctype=STRING_PIECE
- Snapshot descriptor.proto into our own copy for benchmarking purposes.
- Benchmarks for descriptor loading time.
- Compatibility with old generated code
- Fixed bug where submsg array could have excess elements.
- Updated to a new version of protobuf and fixed a few conformance tests.
- Fixed bug in addunknown and added ASAN poisoning.
- Inline arena for the duration of the decode.
- Added simple offset-based accessors for defs, and deprecated old iterators
- Benchmarks vs. proto2
- Table-driven parsing for upb