Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
788 B

- functionality
- finish serialization
- default values
- extensions
- MessageSet
- create msgdef with subset of fields
- lazy parsing
- strings by reference
- enums with 0 (is this already fixed?)
- text format to string (not just FILE*)
- python
- _list() accessor
- expose enums
- tests
- event parser
- round-trip encode/decode
- tree manipulation
- memory management
- benchmarks
- low-level encoding/decoding
- event parsing
- python
- checkin suite
- benchmark diff (done)
- memory footprint diff
- binary size diff
- valgrind check
- -Werror no compiler warnings
- test suite
- verify that all headers compile with C++.
- misc
- handle streaming where strings span buffer boundaries
- expose an unknown field callback