~bigbes/tarantool

tarantool-protobuf

ref: 8014163c25e3b4c8aa61f04b4412b656f54ba495 tarantool-protobuf/test/interop/fixtures/person_nested.txtpb -rw-r--r-- 207 bytes
8014163c — Eugene Blikh codec: precompute per-field writers for singular scalar/enum/message (~+50% small-msg encode) 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# type: hello.Person
name: "Root"
friends {
  name: "Alice"
  age: 25
}
friends {
  name: "Bob"
  age: 31
  friends {
    name: "Carol"
  }
}
address {
  street: "Main St"
  city: "Springfield"
  zip: 100
}