fishy opened a new pull request, #2969: URL: https://github.com/apache/thrift/pull/2969
Client: go TBinaryProtocol and TCompactProtocol (and as an extension, THeaderProtocol), uses TRichTransport's ReadByte/WriteByte functions a lot under the hood, and in some extreme cases those ReadByte/WriteByte calls can generate a lot of allocation syscalls for the byte they used. Use a resource pool to help reduce the allocations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org