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

Re^10: What esteemed monks think about changes necessary/desirable in Perl 7 outside of OO staff

by Tux (Canon)
on Sep 16, 2020 at 14:23 UTC ( #11121837=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ cat test.pl
    use 5.18.0;
    ...
    say "tr/x/: |", trx  (), "|";
    
    cmpthese (-2, { splt => \&splt, rgx => \&rgx, trx => \&trx });
    
  2. or download this
    $ perl test.pl
    sourc: |    abc    abc    abc    abc    abc    |
    ...
    rgx  1047602/s   -- -59% -65%
    trx  2553722/s 144%   -- -14%
    splt 2958598/s 182%  16%   --
    
  3. or download this
    $ cat test.pl
    use 5.18.0;
    ...
    say "tr/x/: |", trx  (), "|";
    
    cmpthese (-2, { splt => \&splt, rgx => \&rgx, trx => \&trx });
    
  4. or download this
    $ perl test.pl
    sourc: |    abc    abc    abc    abc    abc    |
    ...
    rgx  1012851/s   -- -42% -52%
    splt 1739341/s  72%   -- -17%
    trx  2105282/s 108%  21%   --
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2023-06-08 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (29 votes). Check out past polls.

    Notices?