81ef72d3ef
The comment says it needs random-access, but it passes `Long#MAX_VALUE` as the lead cost, which forces sequential access, it should pass `0` instead. I took advantage of this fix to improve the logic to leverage an estimation of the number of times that `Bits#get` gets called to make better decisions. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |