[ 
https://issues.apache.org/jira/browse/THRIFT-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619726#comment-14619726
 ] 

Hudson commented on THRIFT-3217:
--------------------------------

SUCCESS: Integrated in Thrift #1597 (See 
[https://builds.apache.org/job/Thrift/1597/])
THRIFT-3217 Provide a little endian variant of the binary protocol in C++ 
(bencraig: rev 384f976a3bb27371de4be5355193450c1f270019)
* test/DebugProtoTest.thrift
* lib/cpp/test/Benchmark.cpp
* lib/cpp/test/AllProtocolTests.cpp
* lib/cpp/src/thrift/protocol/TProtocol.h
* lib/cpp/src/thrift/protocol/TBinaryProtocol.h
* lib/cpp/src/thrift/protocol/TBinaryProtocol.tcc


> Provide a little endian variant of the binary protocol in C++
> -------------------------------------------------------------
>
>                 Key: THRIFT-3217
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3217
>             Project: Thrift
>          Issue Type: Improvement
>          Components: C++ - Library
>    Affects Versions: 0.9.3
>            Reporter: Ben Craig
>            Assignee: Ben Craig
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to