Libraries tagged by binary search
martin-georgiev/postgresql-for-doctrine
5966661 Downloads
Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.
centamiv/vektor
45520 Downloads
A native PHP Vector Database implementation with strict binary storage and Zero-RAM overhead.
kyos/find-closest-value
332212 Downloads
Finds the closest arithmetic match in an array, using Binary Search
dan-on/php-interval-tree
21664 Downloads
Is an implementation of interval binary search tree according to Thomas Cormen book "Introduction to Algorithms".
bmdevel/php-index
61543 Downloads
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.
contextualcode/ezplatform-search-binary-extractor
14179 Downloads
eZ Platform bundle which allows to index the content of binary files
malkusch/php-index
19827 Downloads
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.
mannion007/php-binary-search
2291 Downloads
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.
ezzaze/binary-search
152 Downloads
a PHP package for searching values in large arrays faster
seboettg/forest
2405 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree
ballspins/nik-parser
36 Downloads
Parser NIK Indonesia dengan arsitektur Disk-Backed Binary Search. Dirancang khusus untuk efisiensi memori konstan (< 4 MB) dan skalabilitas maksimal, tanpa ketergantungan library tambahan.
speelpenning/binary-search-collection
13 Downloads
An extension for Laravel's collection with support for binary search.
ihsandevs/php-binary-search
12 Downloads
A PHP implementation of the Binary Search algorithm
faisalrehmanid/fr-binary-search
3 Downloads
This library provide binary search implementation for 2D array
baygin/php-search-algorithms
6 Downloads
The search algorithms implementation for the php arrays that usable as a composer package