Judy

This package is not maintained, if you would like to take over please go to this page.
No replacement provided. Contact us if you know a replacement.

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.

Maintainer

  • Nicolas Brousse (lead )

Details

Downloads: 34783
0.1.4
11 years ago
Version 0.1.4 change log


- Bug fix foreach with usigned/signed int, see https://github.com/orieg/php-judy/issues/3
- Bug fix segfault with iterator, see https://github.com/orieg/php-judy/issues/2
- Add new test case + fix some ZVAL refcount

requires:

  • php >=5.2.0
  • pearinstaller >=1.4.8