Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More efficient filtering #112

Open
fazalmajid opened this issue May 3, 2014 · 2 comments
Open

More efficient filtering #112

fazalmajid opened this issue May 3, 2014 · 2 comments

Comments

@fazalmajid
Copy link
Owner

A high proportion of CPU is spent on filtering. The current naive implementation is grossly inefficient. We should use a fast multi-pattern matching algorithm like Aho-Corasick, Rabin-Karp or Commentz-Walter.

@fazalmajid
Copy link
Owner Author

This one, for instance:
https://github.com/WojciechMula/pyahocorasick

@fazalmajid
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant