netty5/handler
Aayush Atharva 87719f4fd9 Add null rule check in rules array of RuleBasedIpFilter (#10527)
Motivation:

We can filter out `null` rules while initializing the instance of `RuleBasedIpFilter` so we don't have to keep checking for `null` rules while iterating through `rules` array in `for loop` which is just a waste of CPU cycles.

Modification:
Added `null` rule check inside the constructor.

Result:
No more wasting CPU cycles on check the `null` rule each time in `for loop` and makes the overall operation more faster.
2020-10-17 20:23:52 +02:00
..
src Add null rule check in rules array of RuleBasedIpFilter (#10527) 2020-10-17 20:23:52 +02:00
pom.xml Add a build profile for JDK 16 (#10675) 2020-10-12 16:42:40 +02:00