e051b5f338
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. |
||
---|---|---|
.. | ||
src | ||
pom.xml |