Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Faster Hash Slices

by Tux (Canon)
on Nov 28, 2013 at 14:28 UTC ( [id://1064835]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    --8<---
    use strict;
    ...
             Rate  split csv_xs
    split  1.60/s     --   -27%
    csv_xs 2.21/s    38%     --
    
  2. or download this
    my @data = ("aaaaa") x 10;
    my $line = join "\t" => @data;
    ...
           s/iter csv_xs  split
    csv_xs   3.74     --    -5%
    split    3.55     5%     --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-25 14:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found