facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Benchmarks + calculate serialized size #244

Closed alandau closed 6 years ago

ghost commented 9 years ago

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

andrewcox commented 8 years ago

I think as long as we are using the protocols from apache thrift, we should try to update the protocols in apache thrift to return sizes so we don't need separate TProtocolSizers. I'll work on this soon, when I'm working with them to get some TTransport changes in for ByteBuffers.