Timo Stamm
Timo Stamm
Hey @noguespi, [gogo/protobuf](https://github.com/gogo/protobuf) has a similar feature. Issues that could be supported with this feature: - https://github.com/bufbuild/protobuf-es/issues/1031 - https://github.com/bufbuild/protobuf-es/issues/1015 - https://github.com/bufbuild/protobuf-es/issues/703 - https://github.com/bufbuild/protobuf-es/issues/227 - https://github.com/bufbuild/protobuf-es/issues/226 - https://github.com/bufbuild/protobuf-es/issues/1074 Note that the...
Hey Silas, object initialization can be a bit slower without classes, and the reflection layer adds some overhead. We're aware of that, and are considering to optionally generate speed-optimized code...