Okapist
Okapist
> We will need you to sign the CLA before we can review this change. CLA signed
Yep. No changes. It's generates the absolutely same java code for MessageLite. There no big methods generation in lite approach. Performance check show no difference as expected. ``` Benchmark Mode...
Lite implementation is slow. Usually we use serialize and deserialize only. Lite is 20-30% slower than normal. Use normal implementation for all cases except big proto is frustrating and hard...