You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2019/01/01 21:10:00 UTC

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

BELUGA BEHR created THRIFT-4712:
-----------------------------------

             Summary: 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


{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)