Description
With NUTCH-2455 the expressions maxCountExpr and fetchDelayExpr are calculated for each value. That slows the process, instead we can store the results for each host in hostDomainCounts.
That will take only 2 x sizeof(long) extra memory per host.