Use single buffer instead of creating/destroying strings
Opened this issue · 0 comments
AVividLight commented
We could probably get some performance gains and better preserve the integrity of the heap if we used a single buffer for incoming and outgoing messages, and simply cleared it when necessary instead of constructing and deleting a string for each message.