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.2
13 years ago
Version 0.1.2 change log


- Update examples php code
- Fix Mac OS X support
- Fix infinite loop with foreach() on Windows

requires:

  • php >=5.3.3
  • pearinstaller >=1.4.0