in reply to Re^4: Getting last valid index from a particular list in a @LoL
in thread Getting last valid index from a particular list in a @LoL

I'll bet you that for a 10-50 element list, my method to find all points which have a maximum beats any method where you do all the bookkeeping yourself. List::Util::max and grep are darn fast.

-- Randal L. Schwartz, Perl hacker

  • Comment on Re: Re: Re: Re: Re: Getting last valid index from a particular list in a @LoL

Replies are listed 'Best First'.
Re^6: Getting last valid index from a particular list in a @LoL
by Aristotle (Chancellor) on Oct 17, 2001 at 19:14 UTC
    Ah, point, when there are several "equally longest" lists.