You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Nate McCall (JIRA)" <ji...@apache.org> on 2010/07/27 18:59:17 UTC

[jira] Created: (CASSANDRA-1325) Update usage of byte[] to ByteBuffer where beneficial

Update usage of byte[] to ByteBuffer where beneficial
-----------------------------------------------------

                 Key: CASSANDRA-1325
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1325
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Nate McCall
             Fix For: 0.7.1


Depends on CASSANDRA-1324 and THRIFT-830

This should probably be focused on the query and mutate classes in db.* packages - anywhere we could get performance improvements with ByteBuffer use/reuse over byte[] allocation/resizing.

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


[jira] Resolved: (CASSANDRA-1325) Update usage of byte[] to ByteBuffer where beneficial

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-1325.
---------------------------------------

    Resolution: Duplicate

combining into CASSANDRA-1367

> Update usage of byte[] to ByteBuffer where beneficial
> -----------------------------------------------------
>
>                 Key: CASSANDRA-1325
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1325
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Nate McCall
>             Fix For: 0.7.1
>
>
> Depends on CASSANDRA-1324 and THRIFT-830
> This should probably be focused on the query and mutate classes in db.* packages - anywhere we could get performance improvements with ByteBuffer use/reuse over byte[] allocation/resizing.

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