Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
/ php-index Public archive

Perform binary search on sorted XML, CSV, ... indexes

License

Notifications You must be signed in to change notification settings

cashlink/php-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About PHP-Index

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.

Build Status

About

Perform binary search on sorted XML, CSV, ... indexes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages