23 Mar
2015
23 Mar
'15
3:27 p.m.
On Sun, Mar 22, 2015 at 9:08 AM, meghana madhyastha < meghana.madhyastha@gmail.com> 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