2017 © Pedro Peláez
 

library 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 search operations are necessary without the detour of a DBS import.

image

bmdevel/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 search operations are necessary without the detour of a DBS import.

  • Monday, February 19, 2018
  • by bmdevel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,317 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 57 % Grown

The README.md

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., (*1)

Installation

Use Composer:, (*2)

{
    "require": {
        "malkusch/php-index": "0.0.1"
    }
}

Usage

Have a look at the docs/examples/ folder. You can find there examples for each implemented index structure., (*3)

License and author

This project is free and under WTFPL. Responsable for this project is Markus Malkusch markus@malkusch.de., (*4)

Donations

If you like BAV and feel generous donate a few Bitcoins here: 1335STSwu9hST4vcMRppEPgENMHD2r1REK, (*5)

Build Status, (*6)

The Versions

19/02 2018

dev-master

9999999-dev https://github.com/bmdevel/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 search operations are necessary without the detour of a DBS import.

  Sources   Download

WTFPL

The Requires

  • php >=5.3.0

 

index binary search

19/01 2018

0.2

0.2.0.0 https://github.com/bmdevel/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 search operations are necessary without the detour of a DBS import.

  Sources   Download

WTFPL-2.0

The Requires

  • php >=5.3.0

 

index binary search

19/01 2018

0.1

0.1.0.0 https://github.com/malkusch/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 search operations are necessary without the detour of a DBS import.

  Sources   Download

WTFPL-2.0

The Requires

  • php >=5.3.0

 

index binary search