in reply to Re: Converting array of hash references to hash
in thread Converting array of hash references to hash

I verified that use of any instead of grep increases the performance.

Replies are listed 'Best First'.
Re^3: Converting array of hash references to hash
by LanX (Saint) on May 01, 2013 at 13:12 UTC
    > I verified that use of any instead of grep increases the performance.

    sure, but List::MoreUtils is not core...

    lanx@nc10-ubuntu:~$ corelist List::MoreUtils List::MoreUtils was not in CORE (or so I think)

    ... thats why it's easier to show working code w/o dependencies.

    With List::MoreUtils present any is for sure the better choice!

    Cheers Rolf

    ( addicted to the Perl Programming Language)