I noticed that locate_unlinked returns different results if blen isn't a multiple of step. That makes sense since the pairwise comparison window resets at block boundaries but I wanted to point that out since it might be worth a mention in the docs or possibly rounding blen up/down to some step multiple.
I noticed that
locate_unlinked
returns different results ifblen
isn't a multiple ofstep
. That makes sense since the pairwise comparison window resets at block boundaries but I wanted to point that out since it might be worth a mention in the docs or possibly rounding blen up/down to some step multiple.