netty5/common/src
Scott Mitchell c5faa142fb KObjectHashMap probeNext improvement
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(..)
2016-05-13 10:04:26 -07:00
..
main KObjectHashMap probeNext improvement 2016-05-13 10:04:26 -07:00
test DefaultPromise LateListener Logic Issues 2016-05-09 10:33:40 -07:00