Speed improvement in JenkinsHash
--------------------------------
Key: HBASE-849
URL: https://issues.apache.org/jira/browse/HBASE-849
Project: Hadoop HBase
Issue Type: Improvement
Components: util
Affects Versions: 0.2.1
Reporter: Andrzej Bialecki
Fix For: 0.2.1
The JenkinsHash implementation frequently uses a pattern Long.valueOf(
..expr..). This is costly, because each time the JVM implicitly creates a new
Long object.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.