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

compile in multiple crypto and filter backends #38

Open
cathugger opened this issue Jul 15, 2020 · 0 comments
Open

compile in multiple crypto and filter backends #38

cathugger opened this issue Jul 15, 2020 · 0 comments
Assignees

Comments

@cathugger
Copy link
Owner

current distro situation is a bit sucky, as most feature customization (regex support, proper algo for huge dictionaries) is done at compile time.
build scripts usually omit any of this customization, resulting in bins doing simplest possible checking.
rework structure to allow including multiple filtering engines and maybe multiple crypto engines.
should probably be default option.
ability to compile without everything should remain though to allow produce optimized small bins.
icache impact should be minimal as hot loop happens at single location anyway (though im cargo culing a lot here).

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

No branches or pull requests

1 participant