utilize prost::decode_length_delimiter
and prost::length_delimiter_len
to pre-alloc when decoding messages in Exchange
#43
Milestone
We could try to utilize
prost::decode_length_delimiter
andprost::length_delimiter_len
to just pre-alloc the needed vector that we'll read to.Originally posted by @zvolin in #42 (comment)
The text was updated successfully, but these errors were encountered: