Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php74-php-pecl-ahocorasick - Effective Aho-Corasick string pattern matching algorithm

Website:
http://pecl.php.net/package/ahocorasick
Licence:
PHP and LGPLv3
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
Description:
PHP extension implementing Aho-Corasick pattern matching algorithm.

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.

Package built for PHP 7.4 as Software Collection (php74 by remi).

Packages

php74-php-pecl-ahocorasick-0.0.7-3.fc33.remi.x86_64 [34 KiB] Changelog by Remi Collet (2019-09-03):
- rebuild for 7.4.0RC1