Judy

PHP Judy implements sparse dynamic arrays (aka Judy Arrays)


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.

License: PHP

This package is not maintained, if you would like to take over please go to this page.

Latest releases

Version Release Download
1.0.2 2013-11-03 Judy-1.0.2.tgz
1.0.1 2013-10-21 Judy-1.0.1.tgz
1.0.0 2013-05-28 Judy-1.0.0.tgz
0.1.6 2013-03-31 Judy-0.1.6.tgz
0.1.5 2013-03-20 Judy-0.1.5.tgz
Show all releases

Changelog

Version Message
1.0.2 - Bug fix with count/size, see https://github.com/orieg/php-judy/issues/15
- Add missing test files in package.xml
1.0.1 - Fixes for Windows DDL creation
- Support for PHP 5.5
- Add support for Travis CI
- Update minimum PHP version to 5.3
1.0.0 - First stable release based on 0.1.6 beta
0.1.6 - Performance improvement from GitHub pull request #10
- Add countable spl interface from GitHub pull request #9
0.1.5 - Multiple bug fixes and improvment from GitHub pull request #8
Show complete changelog