Name: | perl-Sort-MergeSort |
Version: | 0.31 |
Release: | 13.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 14518 |
License: | (Artistic 2.0 or LGPLv2) and (GPL+ or Artistic) |
RPM: |
perl-Sort-MergeSort-0.31-13.el8.noarch.rpm
|
Source RPM: |
perl-Sort-MergeSort-0.31-13.el8.src.rpm
|
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.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. |