Download the PHP package mannion007/php-binary-search without Composer
On this page you can find all versions of the php package mannion007/php-binary-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mannion007/php-binary-search
More information about mannion007/php-binary-search
Files in mannion007/php-binary-search
Download mannion007/php-binary-search
More information about mannion007/php-binary-search
Files in mannion007/php-binary-search
Vendor mannion007
Package php-binary-search
Short Description Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
License MIT
Homepage https://github.com/mannion007
Package php-binary-search
Short Description Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
License MIT
Homepage https://github.com/mannion007
Please rate this library. Is it a good library?
Informations about the package php-binary-search
PHP Binary Search
This is a composer package which wraps up the algorithm written by Michael King from (mkwd.net). By performaing a binary search rather than a linear search, this package provides functionality to perform searches through ordered arrays with greatly imroved performance over PHP's array_search Installation
To install, use Composer thusly:
composer require mannion007/php-binary-search
License
This code falls under the MIT license.
All versions of php-binary-search with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package mannion007/php-binary-search contains the following files
Loading the files please wait ....