- or download this
use strict;
use warnings;
...
keys %files;
return \ @sorted;
}
- or download this
Rate ST Direct
ST 35.8/s -- -37%
Direct 56.9/s 59% --
- or download this
use strict;
use warnings;
...
@files;
return \ @sorted;
}
- or download this
Rate Direct ST
Direct 1.29/s -- -46%
ST 2.38/s 85% --