mannion007/php-binary-search
Composer 安装命令:
composer require mannion007/php-binary-search
包简介
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.
README 文档
README
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.
统计信息
- 总下载量: 2.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-06