- or download this
XS(XS_main_rand_ranged_value)
{
...
}
XSRETURN(1);
}
- or download this
#! perl -slw
use strict;
...
Rate hash array
hash 3.88/s -- -38%
array 6.23/s 61% --
- or download this
perl
-nlE"++$h{ $_ } }{ say qq[$_ : $h{ $_ }] for sort{ $a <=> $b } keys %h
+"
< theBigFileOfInts