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.
27 lines
540 B
27 lines
540 B
16 years ago
|
- functionality
|
||
|
- finish serialization
|
||
|
- text format to string (not just FILE*)
|
||
|
- default values
|
||
|
- enums with 0
|
||
|
- python
|
||
|
- _list() accessor
|
||
|
- expose enums
|
||
|
- tests
|
||
|
- event parser
|
||
|
- round-trip encode/decode
|
||
|
- tree manipulation
|
||
|
- memory management
|
||
|
- benchmarks
|
||
|
- low-level encoding/decoding
|
||
|
- event parsing
|
||
|
- python
|
||
|
- performance
|
||
|
- strings by reference
|
||
|
- checkin suite
|
||
|
- benchmark diff (done)
|
||
|
- memory footprint diff
|
||
|
- binary size diff
|
||
|
- valgrind check
|
||
|
- -Werror no compiler warnings
|
||
|
- test suite
|