You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/12/31 23:45:44 UTC

[jira] Assigned: (THRIFT-246) Make #struct_fields part of the generated code rather than using reflection

     [ https://issues.apache.org/jira/browse/THRIFT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury reassigned THRIFT-246:
------------------------------------

    Assignee: Bryan Duxbury

> Make #struct_fields part of the generated code rather than using reflection
> ---------------------------------------------------------------------------
>
>                 Key: THRIFT-246
>                 URL: https://issues.apache.org/jira/browse/THRIFT-246
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Ruby), Library (Ruby)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-246.patch
>
>
> Instead of using Ruby reflection to get to the FIELDS hash, let's make it part of the generated struct code. This way, we can avoid the overhead of using reflection to get the object every time it's used. It's used very frequently, so it adds a pretty respectable amount of overhead to serialization/deserialization operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.