[
https://issues.apache.org/jira/browse/CASSANDRA-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899389#action_12899389
]
Hudson commented on CASSANDRA-1393:
-----------------------------------
Integrated in Cassandra #516 (See
[https://hudson.apache.org/hudson/job/Cassandra/516/])
faster LongType comparisons. patch by Folke Behrens; reviewed by jbellis
for CASSANDRA-1393
> Faster LongType comparison
> --------------------------
>
> Key: CASSANDRA-1393
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1393
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Folke Behrens
> Assignee: Folke Behrens
> Fix For: 0.6.5, 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.