Shopify / protoboeuf

Experimenting with a protobuf implementation
MIT License
24 stars 2 forks source link

Generate inlined code for protoboeuf encoding #89

Open maximecb opened 3 months ago

maximecb commented 3 months ago

Our decoding performance is competitive with Google's protobuf, but the encoding performance is not.

@tenderworks has mentioned wanting to generate inlined code for the encoding, which may improve performance significantly.