freebsd-ports/devel/pecl-judy/pkg-descr
Martin Wilke 5cec9109f8 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

PR:		ports/177535
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2013-05-21 06:12:41 +00:00

6 lines
348 B
Text

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