Boost logo

Boost :

Subject: Re: [boost] Multiple-pattern string search algorithms
From: Marshall Clow (mclow.lists_at_[hidden])
Date: 2015-03-23 11:27:46


On Sun, Mar 22, 2015 at 9:08 AM, meghana madhyastha <
meghana.madhyastha_at_[hidden]> wrote:

> Hi all !
>
> I noticed that Boost's algorithm module does not include multiple pattern
> string searching algorithms such as the Rabin Karp algorithm and
> Aho-Corasick algorithm. I think these algorithms are very useful and should
> be implemented in the library. If no one is currently working on them, I am
> willing to implement them. Please let me know your opinion.
>
> I think that would be great.
The first thing would be to propose an interface - and get some feedback
here.
Once you’ve nailed down the interface, then implement code (and tests, and
documentation).

— Marshall


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk