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 2010/01/16 01:36:55 UTC

[jira] Assigned: (THRIFT-675) Generated findByValue() should just switch on value instead of mapping

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

Bryan Duxbury reassigned THRIFT-675:
------------------------------------

    Assignee: Bryan Duxbury

> Generated findByValue() should just switch on value instead of mapping
> ----------------------------------------------------------------------
>
>                 Key: THRIFT-675
>                 URL: https://issues.apache.org/jira/browse/THRIFT-675
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Compiler (Java)
>    Affects Versions: 0.2
>            Reporter: Chad Walters
>            Assignee: Bryan Duxbury
>
> Generated enum classes currently use a map in findByValue() to go from an integer value to an enum.
> Instead of using a map, it is faster to simply switch on the value with a default case returning null.
> On some benchmarks I ran, this saved 7% of deserialization time.

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