mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
7 lines
348 B
Plaintext
7 lines
348 B
Plaintext
|
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.
|
||
|
|
||
|
WWW: http://pecl.php.net/package/Judy
|