2017 © Pedro Peláez
 

library 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.

image

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.

  • Friday, June 10, 2016
  • by mannion007
  • Repository
  • 1 Watchers
  • 5 Stars
  • 571 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 7 % Grown

The README.md

PHP Binary Search

Build Status, (*1)

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

Installation

To install, use Composer thusly:, (*3)

composer require mannion007/php-binary-search

License

This code falls under the MIT license., (*4)

The Versions

10/06 2016

dev-master

9999999-dev https://github.com/mannion007

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.

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

The Development Requires

by James Mannion
by Michael King

06/06 2016

1.0.8

1.0.8.0 https://github.com/mannion007

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.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by James Mannion
by Michael King

06/06 2016

1.0.7

1.0.7.0 https://github.com/mannion007

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.

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion
by Michael King

06/06 2016

1.0.6

1.0.6.0 https://github.com/mannion007

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.

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion
by Michael King

06/06 2016

1.0.5

1.0.5.0 https://github.com/mannion007

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.

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion
by Michael King

06/06 2016

1.0.3

1.0.3.0 https://github.com/mannion007

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.

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion
by Michael King

15/04 2015

1.0.2

1.0.2.0 http://www.mannionking.com

My first ever compose package, just for fun

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion

15/04 2015

1.0.1

1.0.1.0 http://www.mannionking.com

My first ever compose package, just for fun

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion

15/04 2015

1.0.0

1.0.0.0 http://www.mannionking.com

My first ever compose package, just for fun

  Sources   Download

The Requires

  • php >=5.3.0

 

by James Mannion