wok view perl-list-moreutils/description.txt @ rev 25058

linux-libre-wireless: rtl8821ae.ko & rtl8192ee.ko.xz are not in staging anymore
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 11:14:20 2022 +0000 (2022-06-06)
parents
children
line source
1 List::MoreUtils provides some trivial but commonly needed functionality
2 on lists which is not going to go into List::Util.
4 All of the functions are implementable in only a couple of lines
5 of Perl code.
6 Using the functions from this module however should give slightly better
7 performance as everything is implemented in C.
8 The pure-Perl implementation of these functions only serves as a fallback
9 in case the C portions of this module couldn't be compiled on this machine.