c5faa142fb
Motivation: KObjectHashMap.probeNext(..) usually involves 2 conditional statements and 2 aritmatic operations. This can be improved to have 0 conditional statements. Modifications: - Use bit masking to avoid conditional statements Result: Improved performance for KObjecthashMap.probeNext(..) |
||
---|---|---|
.. | ||
src | ||
pom.xml |