Convert type of ColumnFamily.id and CFMetaData.cfId to Integer
--------------------------------------------------------------

                 Key: CASSANDRA-1247
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1247
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 0.7
            Reporter: Folke Behrens
         Attachments: ColumnFamily-id-as-Integer.patch.txt

The column family id is boxed and unboxed so many times it should be somewhat 
faster to just pass around the same Integer. Memory won't fill up with Integers.

The following patch sets type of ColumnFamily.id and CFMetaData.cfId to Integer 
and includes some obvious auto-boxing optimizations.

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

Reply via email to