mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-17 09:45:28 +03:00
teddy: remove python codegen, refactor code
Major cleanup of the Teddy runtime code. Removes python code generation, splits AVX2 models into their own file, improves readability.
This commit is contained in:
committed by
Matthew Barr
parent
6899cab370
commit
ed772380c0
@@ -57,7 +57,7 @@ u32 FDREngineDescription::getDefaultFloodSuffixLength() const {
|
||||
void getFdrDescriptions(vector<FDREngineDescription> *out) {
|
||||
static const FDREngineDef def = {0, 128, 8, 0, 1, 256};
|
||||
out->clear();
|
||||
out->push_back(FDREngineDescription(def));
|
||||
out->emplace_back(def);
|
||||
}
|
||||
|
||||
static
|
||||
|
||||
Reference in New Issue
Block a user