wok-6.x annotate perl-list-moreutils/description.txt @ rev 24233
updated perl-list-moreutils (0.428 -> 0.430)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 06:57:36 2022 +0100 (2022-01-02) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24233 | 1 List::MoreUtils provides some trivial but commonly needed functionality |
Hans-G?nter@24233 | 2 on lists which is not going to go into List::Util. |
Hans-G?nter@24233 | 3 |
Hans-G?nter@24233 | 4 All of the functions are implementable in only a couple of lines |
Hans-G?nter@24233 | 5 of Perl code. |
Hans-G?nter@24233 | 6 Using the functions from this module however should give slightly better |
Hans-G?nter@24233 | 7 performance as everything is implemented in C. |
Hans-G?nter@24233 | 8 The pure-Perl implementation of these functions only serves as a fallback |
Hans-G?nter@24233 | 9 in case the C portions of this module couldn't be compiled on this machine. |