dakirily opened a new pull request, #369:
URL: https://github.com/apache/qpid-broker-j/pull/369

   This PR addresses JIRA 
[QPID-8013](https://issues.apache.org/jira/browse/QPID-8013), addressing 
following issues:
   
   1) ValueWriter can be optionally cached in AMQFrame. This would prevent 
repeated writer lookup
   2) Continuation transfers in Session_1_0 can be optimized to not call 
continuationTransfer.setPayload() / continuationTransfer.dispose() . This will 
prevent buffer duplication and disposal.
   3) Fast-path for "body only" case in ConsumerTarget_1_0 can be added
   4) Fast-path for 0 / 1 transfers in Delivery can be added
   5) SectionDecoderImpl can be cached
   6) MessageConverter_from_1_0 / MessageConverter_to_1_0 can be optimized to 
avoid new objects creation
   7) "Acceptance" outcome can be used as a singleton


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to