Github user dcelasun commented on the issue: https://github.com/apache/thrift/pull/1440 From a cursory look, while the performance improvements are decent and only small code changes are needed, this doesn't really fit into our current architecture. Since the new types don't depend on any unexported types we define, I think this should be a separate library.
---