vert-x3 / vertx-proton

Apache License 2.0
26 stars 26 forks source link

use new proton-j APIs to reduce internal buffer copying #80

Closed gemmellr closed 6 years ago

gemmellr commented 6 years ago

Some API additions in newer proton-j versions (as used since #73) allow for avoiding some inefficiencies of buffer copying during sending and receiving. This can give some perf improvement so we should take advantage of these.