Name : perl-List-BinarySearch-XS
| |
Version : 0.90.0
| Vendor : Mageia_Org
|
Release : 16.mga10
| Date : 2023-11-26 22:49:27
|
Group : Development/Perl
| Source RPM : perl-List-BinarySearch-XS-0.90.0-16.mga10.src.rpm
|
Size : 0.04 MB
| |
Packager : tv < tv>
| |
Summary : Binary Search a sorted array with XS routines
|
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).
This module implements several Binary Search algorithms using XS code for optimal performance. You are free to use this module directly, or as a plugin for the more general the List::BinarySearch manpage.
The binary search algorithm implemented in this module is known as a _Deferred Detection_ Binary Search. Deferred Detection provides *stable searches*. Stable binary search algorithms have the following characteristics, contrasted with their unstable binary search cousins:
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/cauldron/i586/media/core/release |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(List::BinarySearch::XS)
perl-List-BinarySearch-XS
perl-List-BinarySearch-XS(x86-32)
Requires :