| commit | 6dcd64ee5c0886697b38278956335ae4e945341b | [log] [tgz] |
|---|---|---|
| author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Tue Sep 22 15:03:57 2020 -0700 |
| committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Wed Sep 23 09:16:42 2020 -0700 |
| tree | 38986b372d8a2d806d11ec6c0f96593c8e3f0e8c | |
| parent | a2c44665b416522477cffa6752c2f323768d0507 [diff] |
THRIFT-5279: Go serializer/deserializer cleanups Client: go Cleanup the default NewTSerializer and NewTDeserializer implementations to save an unnecessary allocation, and provide NewTSerializerPoolSizeFactory and NewTDeserializerPoolSizeFactory for easier non-default pool usages.