Skip to content

Zero Copy

Choose a tag to compare

@robertroeser robertroeser released this 12 Nov 22:49
· 431 commits to 1.0.x since this release

RSocket was copying the metadata and data fields when return them to the call. This lets you use a FrameDecoder so you can get the ByteBuf and return zero copies. In the TCP ping/pong test increases performances ~38% and lowers tail latency ~100 ms.