You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Folke Behrens (JIRA)" <ji...@apache.org> on 2010/08/14 23:45:18 UTC

[jira] Updated: (CASSANDRA-1393) Faster LongType comparison

     [ https://issues.apache.org/jira/browse/CASSANDRA-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Folke Behrens updated CASSANDRA-1393:
-------------------------------------

    Attachment: faster-LongType-comparison.patch.txt

> Faster LongType comparison
> --------------------------
>
>                 Key: CASSANDRA-1393
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1393
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 0.7 beta 1
>            Reporter: Folke Behrens
>             Fix For: 0.7 beta 2
>
>         Attachments: faster-LongType-comparison.patch.txt
>
>
> Attached patch drops the creation of four objects. Instead it makes LongType compare the first byte and then let it hand over comparison to FBUtilities.compareByteArrays().

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