Name: | perl-Sort-MergeSort |
Version: | 0.31 |
Release: | 28.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 13995 |
License: | (Artistic-2.0 OR LicenseRef-Callaway-LGPLv2) AND (GPL-1.0-or-later OR Artistic-1.0-Perl) |
RPM: |
perl-Sort-MergeSort-0.31-28.el10_0.noarch.rpm
|
Source RPM: |
perl-Sort-MergeSort-0.31-28.el10_0.src.rpm
|
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Sort-MergeSort |
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. |