The new PECL package Judy-0.1.6 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
- Performance improvement from GitHub pull request #10
- Add countable spl interface from GitHub pull request #9

Package Info
-------------
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.

Related Links
-------------
Package home: http://pecl.php.net/package/Judy
   Changelog: http://pecl.php.net/package-changelog.php?package=Judy
    Download: http://pecl.php.net/get/Judy-0.1.6.tgz

Authors
-------------
Nicolas Brousse <nico...@php.net> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to