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

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

  • Friday, March 9, 2018
  • by cashlink
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,942 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 45 % 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": {
        "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., (*3)

License and author

Original author: Markus Malkusch markus@malkusch.de, WTFPL., (*4)

Build Status, (*5)

The Versions

09/03 2018

dev-master

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

  Sources   Download

WTFPL-2.0 ISC

The Requires

  • php >=5.3.0

 

The Development Requires

index binary search

09/03 2018

1.0.1

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

  Sources   Download

ISC

The Requires

  • php >=5.3.0

 

The Development Requires

index binary search

21/11 2017

1.0.0

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

  Sources   Download

WTFPL-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

index binary search