n0-computer / quic-rpc

A streaming rpc system based on quic
Other
94 stars 12 forks source link

Optimize length prefix decoding in the http2 transport #27

Closed rklaehn closed 1 year ago

rklaehn commented 1 year ago

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.