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

Release notes
-------------
Initial release

Package Info
-------------
PHP extension implementing Aho-Corasick pattern matching algorithm (more on 
wiki).

        Is especially effective if there is a large database of needles 
(=strings to be searched, for example virus
        signatures). Another advantage is that built search structure is 
initialized before search in separate call thus
        it can be called more times with different haystack, saving time.

        Computing Aho-Corasick in th native code (PHP extension) rather than in 
a pure PHP manner gives this
        implementation significant performance boost.

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

Authors
-------------
Dusan Klinec (lead)


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

Reply via email to