Comment on Add search to your Jekyll blogparentComments−StavrosK12yI think it'll be faster to do multiple filters, because the one-filter way requires hashing and comparing N times while the multiple-filter way requires hashing once and comparing N times.−hedgehog12yOops, you are correct.
Comments
I think it'll be faster to do multiple filters, because the one-filter way requires hashing and comparing N times while the multiple-filter way requires hashing once and comparing N times.
Oops, you are correct.