[ 
https://issues.apache.org/jira/browse/CASSANDRA-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149664#comment-13149664
 ] 

Hudson commented on CASSANDRA-3434:
-----------------------------------

Integrated in Cassandra #1206 (See 
[https://builds.apache.org/job/Cassandra/1206/])
    Use (Guava inspired) faster bytes comparison
patch by slebresne; reviewed by jbellis for CASSANDRA-3434

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1201726
Files : 
* /cassandra/trunk/CHANGES.txt
* /cassandra/trunk/src/java/org/apache/cassandra/utils/ByteBufferUtil.java
* /cassandra/trunk/src/java/org/apache/cassandra/utils/FBUtilities.java
* 
/cassandra/trunk/test/unit/org/apache/cassandra/db/marshal/ReversedTypeTest.java
* /cassandra/trunk/test/unit/org/apache/cassandra/dht/RangeTest.java

                
> Explore using Guava (or guava inspired) faster bytes comparison
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-3434
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3434
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: 3434.patch
>
>
> Guava uses un.misc.Unsafe to do a faster byte arrays comparison (on long at a 
> time) as noted in HADOOP-7761.
> We should probably look into it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to