Name : perl-Sort-MergeSort
| |
Version : 0.31
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 17:54:06
|
Group : Development/Libraries/Perl
| Source RPM : perl-Sort-MergeSort-0.31-lp155.1.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : merge pre-sorted input streams
|
Description :
Given a comparison function and a bunch of iterators that produce data that is already sorted, \'mergesort()\' will provide an iterator that produces sorted and merged data from all of the input iterators.
Sort::MergeSort also works with filehandles. It doesn\'t care. If it\'s only input is a filehandle, it will return a filehandle. In all other situations it will return an iterator.
The \'$comparefunc\' takes two arguments. It does not use the implicit \'$a\' & \'$b\' that perl sort uses.
The iterators are treated as file handles so any filehandle or Sort::MergeSort::Iterator will do as input.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-S/15.5/noarch |