c6053b8698
Motivation: The hashIndex method currently uses a conditional to handle negative keys. This could be done without a conditional to slightly improve performance. Modifications: Modified hashIndex() to avoid using a conditional. Result: Slight performance improvement to hashIndex(). |
||
---|---|---|
.. | ||
src | ||
pom.xml |