- or download this
#! perl -slw
use strict;
...
__END__
C:\test>888162 -N=3e6
Took: 5.966000 seconds
- or download this
my $n_es = unpack '%32b*', $hash_es->{ $string_es };
my $n_en = unpack '%32b*', $hash_en->{ $string_en };
- or download this
my $intersections = unpack '%32b*',
$hash_es->{ $string_es } & $hash_es->{ $string_es };
- or download this
#! perl -slw
use strict;
...
C:\test>888162 -N=3e6
Took: 0.001901 seconds