Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDGHILMOPQRSTUVWZ
]
php72-php-pecl-ahocorasick - Effective Aho-Corasick string pattern matching algorithm
- Website:
- http://pecl.php.net/package/ahocorasick
- Licence:
- PHP and LGPLv3
- Vendor:
- Remi Collet
- 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.2 as Software Collection (php72 by remi).
Packages
php72-php-pecl-ahocorasick-0.0.6-1.fc27.remi.x86_64
|
[31 KiB]
|
Changelog by Remi Collet (2019-03-15):
- update to 0.0.6
|
php72-php-pecl-ahocorasick-0.0.4-1.fc27.remi.x86_64
|
[31 KiB]
|
Changelog by Remi Collet (2019-03-15):
- update to 0.0.4
- drop patch merged upstream
- open https://github.com/ph4r05/php_aho_corasick/pull/17 fix version
- open https://github.com/ph4r05/php_aho_corasick/pull/16 travis
- run upstream test suite added in
https://github.com/ph4r05/php_aho_corasick/pull/13
- open https://github.com/ph4r05/php_aho_corasick/pull/18 arginfo
|