http://www.perlmonks.org?node_id=1030383


in reply to Re^2: List::Utils can't find max in array of BigInts (XS--)
in thread List::Utils can't find max in array of BigInts

“It may be buggy” of course being the operative phrase here ...

Sometimes pure-Perl brute force is just as good as anything else, because there’s only one way to find the maximum value in an unsorted list, and the overhead of the Perl interpreter running the loop to do that is probably worth ignoring.