in reply to Re: Efficiently finding values of an extremity
in thread Efficiently finding values of an extremity

I like that way of slicing it as well, but I think the name 'minima' fits it less well than it fits my way of slicing it. It is nice that yours only requires a single routine rather than 4 flavors. (I also like that mine uses a simpler key-generating function.)

I'd call it "firsts" but I was already told that would be confusing since there is already List::Util::first. Perhaps "leaders"?

- tye        

  • Comment on Re^2: Efficiently finding values of an extremity (WTDI)

Replies are listed 'Best First'.
Re^3: Efficiently finding values of an extremity (WTDI)
by jdporter (Paladin) on Jul 20, 2005 at 20:32 UTC
    Yeah, I was originally inclined to call it "first". "firsts" is even better. But how about "optima"?