Help for this page

Select Code to Download


  1. or download this
    $start = time;
    my $stream = Data::BitStream::XS->new;
    ...
        );
    }
    printf "Bit::Vector took: %.12f seconds\n", ( time() - $start ) / $ITE
    +RS;
    
  2. or download this
      Shift&and took: 0.000000193217 seconds
        Lookup  took: 0.000000180829 seconds
    ...
       D::B::XS took: 0.000000643722 seconds
    Bit::Vector took: 0.000001739788 seconds
    Bit::Vector took: 0.000000957755 seconds