Paulo Almeida

Results 2 issues of Paulo Almeida

Hi, I've been playing with your code and implemented an alternative generator that seems to be a bit faster (6.6 s vs 12.5 s for 1M). The speed-up comes from...

The grammar won't accept a message with no fields. Example (see Derived2): ``` protobuf message Base { enum MsgType { Derived1 = 1; Derived2 = 2; } message Derived1 {...