netty5/microbench
Norman Maurer 577931e8bc Use bitwise operation when sampling for resource leak detection.
Motivation:

Modulo operations are slow, we can use bitwise operation to detect if resource leak detection must be done while sampling.

Modifications:

- Ensure the interval is a power of two
- Use bitwise operation for sampling
- Add benchmark.

Result:

Faster sampling.
2015-10-29 19:18:06 +01:00
..
src/test Use bitwise operation when sampling for resource leak detection. 2015-10-29 19:18:06 +01:00
pom.xml Allow to disable reference count checks on every access of the ByteBuf 2015-10-15 10:19:49 +02:00
README.md Fix wiki link 2014-02-14 12:04:28 -08:00

Microbenchmark tests

See our wiki page.