diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-21 14:12:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-21 14:12:41 +0800 |
commit | e795a1f5a40d0c8f4a67ba3967671da53b4f7470 (patch) | |
tree | 478ba089dd1e386a50af8a0529416e906eb97394 /devel/Makefile | |
parent | 8851b0c05161d3a65f882d69e0b400053ac24a2d (diff) | |
download | freebsd-ports-gnome-e795a1f5a40d0c8f4a67ba3967671da53b4f7470.tar.gz freebsd-ports-gnome-e795a1f5a40d0c8f4a67ba3967671da53b4f7470.tar.zst freebsd-ports-gnome-e795a1f5a40d0c8f4a67ba3967671da53b4f7470.zip |
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8a1af1c42399..357e0a538d13 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3212,6 +3212,7 @@ SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl + SUBDIR += pecl-judy SUBDIR += pecl-libevent SUBDIR += pecl-mcve SUBDIR += pecl-ncurses |