Name: | perl-Sort-MergeSort |
---|---|
Version: | 0.31 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 15909 |
License: | (Artistic 2.0 or LGPLv2) and (GPL+ or Artistic) |
RPM: | perl-Sort-MergeSort-0.31-2.el7.noarch.rpm |
Source RPM: | perl-Sort-MergeSort-0.31-2.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |