Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 494 Bytes

File metadata and controls

9 lines (8 loc) · 494 Bytes
  • A random idea for a "zero-parse" protobuf format, when parse time really matters. (This is similar to FlatBuffers and Cap'n Proto.) This could be achieved by using the same layout for both an in-memory protobuf structure and the wire format. This could be achieved using redundant varints, which allow varints to be padded to a statically-known size.