vert-x3 / vertx-proton

Apache License 2.0
26 stars 26 forks source link

Make use of new proton-j APIs to improve client performance #88

Closed tabish121 closed 5 years ago

tabish121 commented 5 years ago

Use the APIs available in new proton-j releases to improve overall performance on send. Allows buffers to be sized ahead of large writes to avoid multiple resizes and exposes the outgoing buffer as a non-readonly byte buffer to allow for direct array copy to netty.

This is related to issue #87 update to proton-j 0.30.0

gemmellr commented 5 years ago

I'm just considering this part of #87 and so omitting the milestone.