We currently use the message string as the backing data for messages and fields. While it's not exactly super heavy it will induce GC pressure on long running, high-throughput connections.
We should convert to using a reusable byte buffer or some similar concoction when we get the chance...
We currently use the message string as the backing data for messages and fields. While it's not exactly super heavy it will induce GC pressure on long running, high-throughput connections.
We should convert to using a reusable byte buffer or some similar concoction when we get the chance...