You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/03 23:55:00 UTC

[jira] [Updated] (THRIFT-4712) Improve Performance of ShortStack

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

James E. King III updated THRIFT-4712:
--------------------------------------
    Labels: Breaking-Change  (was: )

> Improve Performance of ShortStack
> ---------------------------------
>
>                 Key: THRIFT-4712
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4712
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.12.0
>            Reporter: BELUGA BEHR
>            Priority: Minor
>              Labels: Breaking-Change
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {code:java|title=ShortStack.java}
> /**
>  * ShortStack is a short-specific Stack implementation written for the express
>  * purpose of very fast operations on TCompactProtocol's field id stack. This
>  * implementation performs at least 10x faster than java.util.Stack.
>  */
> {code}
> If speed is really important here, the ShortStack can be improved event a bit more.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)