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

Hudson commented on THRIFT-418:
-------------------------------

Integrated in Thrift #163 (See [https://builds.apache.org/job/Thrift/163/])
    THRIFT-418. rb: Don't do runtime sorting of struct fields


Patch: Ilya Maykov

bryanduxbury : http://svn.apache.org/viewvc/?view=rev&rev=1134122
Files : 
* /thrift/trunk/lib/rb/lib/thrift/struct_union.rb
* /thrift/trunk/lib/rb/ext/thrift_native.c
* /thrift/trunk/lib/rb/ext/constants.h
* /thrift/trunk/compiler/cpp/src/generate/t_rb_generator.cc
* /thrift/trunk/lib/rb/ext/struct.c


> Don't do runtime sorting of struct fields
> -----------------------------------------
>
>                 Key: THRIFT-418
>                 URL: https://issues.apache.org/jira/browse/THRIFT-418
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Ruby - Compiler, Ruby - Library
>    Affects Versions: 0.1
>            Reporter: Bryan Duxbury
>            Assignee: Ilya Maykov
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: THRIFT-418-avoid-runtime-sorting-of-struct-fields.patch
>
>
> Currently the ruby struct code sorts the field ids of each struct every time 
> it is serialized, which is an unnecessary drag on performance. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to