ahocorasick icon indicating copy to clipboard operation
ahocorasick copied to clipboard

Open for PR / contributions?

Open peterlundberg opened this issue 3 years ago • 1 comments

Found this library when needing this in a real world situation. Great work and (relatively) well used linked in npm etc.

When benchmarking with our use case this performed well and better than other packages on npm. Did find a few things that can be improved and allows even faster execution with a modern v8.

However, support for ignoreCase and to emit/output more than just the keyword was missing so this was not directly useable.

Would you be open to contributions or a discussion on how to add this to this library so we can contribute back?

peterlundberg avatar Oct 15 '21 06:10 peterlundberg

@peterlundberg did you end up implementing these improvements elsewhere?

amosbastian avatar Jun 24 '22 11:06 amosbastian