SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-List-BinarySearch rpm build for : Mageia Cauldron. For other distributions click perl-List-BinarySearch.

Name : perl-List-BinarySearch
Version : 0.250.0 Vendor : Mageia_Org
Release : 6.mga9 Date : 2022-03-20 09:54:13
Group : Development/Perl Source RPM : perl-List-BinarySearch-0.250.0-6.mga9.src.rpm
Size : 0.05 MB
Packager : umeabot < umeabot>
Summary : Pure-Perl Binary Search functions
Description :
A binary search searches *sorted* lists using a divide and conquer
technique. On each iteration the search domain is cut in half, until the
result is found. The computational complexity of a binary search is O(log
n).

The binary search algorithm implemented in this module is known as a
_Deferred Detection_ variant on the traditional Binary Search. Deferred
Detection provides *stable searches*. Stable binary search algorithms have
the following characteristics, contrasted with their unstable binary search
cousins:

* * In the case of non-unique keys, a stable binary search will always
return the lowest-indexed matching element. An unstable binary search
would
return the first one found, which may not be the chronological first.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/cauldron/x86_64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-List-BinarySearch-0.250.0-6.mga9.noarch.rpm
ftp.icm.edu.pl  perl-List-BinarySearch-0.250.0-6.mga9.noarch.rpm
ftp.icm.edu.pl  perl-List-BinarySearch-0.250.0-6.mga9.noarch.rpm
ftp.icm.edu.pl  perl-List-BinarySearch-0.250.0-6.mga9.noarch.rpm
     

Provides :
perl(List::BinarySearch)
perl(List::BinarySearch::PP)
perl-List-BinarySearch

Requires :
perl >= 0:5.006000
perl >= 0:5.008000
perl(Carp)
perl(Exporter)
perl(Scalar::Util)
perl(strict)
perl(warnings)
perl-base >= 2:5.34.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-List-BinarySearch
/usr/share/doc/perl-List-BinarySearch/Changes
/usr/share/doc/perl-List-BinarySearch/META.json
/usr/share/doc/perl-List-BinarySearch/META.yml
/usr/share/doc/perl-List-BinarySearch/README
/usr/share/man/man3/List::BinarySearch.3pm.xz
/usr/share/man/man3/List::BinarySearch::PP.3pm.xz
/usr/share/perl5/vendor_perl/List
/usr/share/perl5/vendor_perl/List/BinarySearch
/usr/share/perl5/vendor_perl/List/BinarySearch.pm
/usr/share/perl5/vendor_perl/List/BinarySearch/PP.pm

 
ICM