- 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.