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.