Help for this page

Select Code to Download


  1. or download this
                       Rate    String::LCSS String::LCSS_XS
    String::LCSS     60.9/s              --           -100%
    String::LCSS_XS 84746/s         138966%              --
    
  2. or download this
    String::LCSS    version = 0.12
    String::LCSS_XS version = 1.2
    ...
                Rate LCSS_XS    LCSS
    LCSS_XS 195695/s      --    -27%
    LCSS    268817/s     37%      --
    
  3. or download this
    use strict;
    use warnings;
    ...
        LCSS    => sub { my $lcss = String::LCSS::lcss   ($s, $t); },
        LCSS_XS => sub { my $lcss = String::LCSS_XS::lcss($s, $t); },
    });