bloomberg / rmqcpp

A batteries included C++ RabbitMQ Client Library/API.
Apache License 2.0
68 stars 16 forks source link

Frame: decode payload length to return early [unverified] #24

Closed 678098 closed 10 months ago

678098 commented 11 months ago

A small optimization for partial Frames. I have a feeling though that it makes things a bit more complicated, especially addressing buffer via exact offsets like buffer[3]. Might be good to add const size_t constants for these offsets.

678098 commented 10 months ago

Closing this PR, the other PR contains the same changes with Verified status