n0-computer/quic-rpc

Optimize length prefix decoding in the http2 transport

rklaehn opened this issue · 0 comments

Currently there is a lot of copying stuff that is unnecessary in 99% of the time since the arriving Bytes are exactly the message most of the time, so there is no need for copying.