nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

NRG: Reduce sendq allocations #6132

Closed neilalexander closed 1 week ago

neilalexander commented 1 week ago

This reduces allocations in the NRG sendRPC and sendReply functions by promoting buffer reuse.

Signed-off-by: Neil Twigg neil@nats.io