cashlink/php-index
最新稳定版本:1.0.1
Composer 安装命令:
composer require cashlink/php-index
包简介
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime
关键字:
README 文档
README
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, an CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
Installation
Use Composer:
{
"require": {
"cashlink/php-index": "1.0.0"
}
}
Usage
Have a look at the docs/examples/ folder. You can find there examples for each implemented index structure.
License and author
Original author: Markus Malkusch markus@malkusch.de, WTFPL.
统计信息
- 总下载量: 11.59k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2017-11-21