Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: A better implementation of LCSS? (Memoize)

by toolic (Bishop)
on Nov 18, 2015 at 21:02 UTC ( [id://1148057]=note: print w/replies, xml ) Need Help??

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); },
    });
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1148057]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-19 11:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found