Top Level :: Structures
:: Judy
:: 2.0.0
Judy 2.0.0
This package is not maintained, if you would like to take over please go to this page.
Package Information |
Summary |
PHP Judy implements sparse dynamic arrays (aka Judy Arrays) |
Maintainers |
Nicolas Brousse <
nicolas at php dot net >
(lead)
[wishlist]
[details]
|
License |
PHP |
Description |
PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based
on the Judy C library. A Judy array consumes memory only when it is populated,
yet can grow to take advantage of all available memory if desired. Judy's key benefits
are scalability, high performance, and memory efficiency. |
Homepage |
http://github.com/orieg/php-judy
|
Release notes
Version 2.0.0
(stable)
|
- Added compatibility for PHP 8.0 and newer. - Dropped support for PHP versions older than 8.0 (Breaking Change). - Added a comprehensive benchmark suite (`examples/run-benchmarks.php`) to test realistic workloads. - Added a `BENCHMARK.md` file with detailed performance results and recommendations. - Added a `Dockerfile` to provide a consistent development and testing environment. - Updated `README.md` with modern installation instructions and a link to the benchmark results. |
|
Dependencies for release 2.0.0 |
|
PHP Version: PHP 8.0.0 or newer PEAR Package: PEAR 1.4.8 or newer
|
|
|