netty5/microbench/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/java/io/netty/microbench Add benchmark for HeapByteBuf implementations. 2015-10-29 19:38:52 +01:00