summaryrefslogtreecommitdiff
path: root/devel/p5-List-Pairwise/DESCR
blob: 1cdad75a83141d7381d165115872f454bd5da6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
List::Pairwise provides functions to map and grep lists two
elements at a time, setting $a and $b to each pair instead of
setting $_ to each element.

As of version 1.01, List::Pairwise now tries to use the newly
implemented XS functions pairmap, pairgrep, pairfirst and
pairs from List::Util 1.31 and up, resulting in a major
speedup.

New code should now preferably use List::Util functions
directly, with the added benefit of relying on a Perl core
module.