RSS | Module Info | Add a review of Algorithm-AhoCorasick
Algorithm-AhoCorasick
(0.02)
Nice product and very easy to use.
However it can cause memory problems if you need to use the find_all function many many times. In my I case I need to run find_all about 800 times against a few keyword lists of 300-8000 members
We need to be able to cache the result of
my $m = Algorithm::AhoCorasick::SearchMachine->new(@xxxxx);
So that we dont need to regenerate internal structures of the search functionality many times.
Good job.
Ertugrul Bayindir - 2008-09-09T06:56:55 (permalink)
1 out of 1 found this review helpful.
Was this review helpful to you?
Yes
No

