Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.3
-
None
Description
Most computers these days are little endian. With Thrift's current binary protocol, we end up adjusting endianness on both sides of the connection most of the time. We should provide a variant that is optimized for the common case of little endian machines.