in reply to Re: Locating a specified number of contiguous 0 bits within a large bitstring efficiently.
in thread Locating a specified number of contiguous 0 bits within a large bitstring efficiently.
Set::IntSpan::* family of modules have to do something like this in order to implement the "holes" and "cover"
This is a interesting idea. Thanks.
However, Set::IntSpan that has those interesting methods seems to be both memory hungry and slow.
The neither of the faster, more memory lean modules, Set::IntSpan::Fast & Set::IntSpan::Fast::XS do :(
|
|---|