Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14260

Refactor pair to avoid boxing longs/ints

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 4.0-alpha1, 4.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            jjirsa Jeff Jirsa
            jjirsa Jeff Jirsa
            Jeff Jirsa
            Dinesh Joshi
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: