php_aho_corasick icon indicating copy to clipboard operation
php_aho_corasick copied to clipboard

Aho-Corasick string search algorithm PHP extension implementation.

Results 1 php_aho_corasick issues
Sort by recently updated
recently updated
newest added

Resources: - https://github.com/facebook/hhvm/wiki/Extension-API - http://blog.golemon.com/2015/01/hhvm-extension-writing-part-i.html Maybe not worth the effort? Redis HHVM is implemented in pure PHP and compiled.

enhancement