Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-List-BinarySearch-0.250.0-5.mga8 RPM for noarch

From Mageia 8 for x86_64 / media / core / release

Name: perl-List-BinarySearch Distribution: Mageia
Version: 0.250.0 Vendor: Mageia.Org
Release: 5.mga8 Build date: Wed Feb 12 06:29:45 2020
Group: Development/Perl Build host: localhost
Size: 47838 Source RPM: perl-List-BinarySearch-0.250.0-5.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/List-BinarySearch
Summary: Pure-Perl Binary Search functions
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.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.250.0-5.mga8
  + Revision: 1495380
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.250.0-4.mga7
  + Revision: 1268888
  - Mageia 7 Mass Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:38:33 2024