cache the hashcode of DecoratedKey as it is immutable
-----------------------------------------------------

                 Key: CASSANDRA-4152
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4152
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Dave Brosius
            Priority: Trivial
         Attachments: cache_decoratedkey_hash.diff

cache the hashcode of the DecoratedKey on first hashCode() call. DecoratedKey 
is immutable so no need to run thru all ByteBuffer bytes of the key and do 
hashcode math. 

applied to trunk.

--
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