You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeff Jirsa (JIRA)" <ji...@apache.org> on 2018/02/26 07:48:00 UTC

[jira] [Created] (CASSANDRA-14260) Refactor pair to avoid boxing longs/ints

Jeff Jirsa created CASSANDRA-14260:
--------------------------------------

             Summary: Refactor pair to avoid boxing longs/ints
                 Key: CASSANDRA-14260
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14260
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jeff Jirsa
            Assignee: Jeff Jirsa
             Fix For: 4.x


We uses Pair<X,Y> all over the place, and in many cases either/both of X and Y are primitives (ints, longs), and we end up boxing them into Integers and Longs. We should have specialized versions that take primitives. 




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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org