mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
FDR: front end loop improvement
This commit is contained in:
committed by
Matthew Barr
parent
7b5c4c85cc
commit
90216921b0
@@ -54,7 +54,7 @@ u32 FDREngineDescription::getDefaultFloodSuffixLength() const {
|
||||
}
|
||||
|
||||
void getFdrDescriptions(vector<FDREngineDescription> *out) {
|
||||
static const FDREngineDef def = {0, 128, 8, 0};
|
||||
static const FDREngineDef def = {0, 64, 8, 0};
|
||||
out->clear();
|
||||
out->emplace_back(def);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user