mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
smallwrite: batch dfa merge to reduce compile time
This commit is contained in:
committed by
Matthew Barr
parent
67a8f43355
commit
340773481e
@@ -157,6 +157,7 @@ struct Grey {
|
||||
u32 limitSmallWriteOutfixSize; //!< max total size of outfix DFAs
|
||||
u32 smallWriteMaxPatterns; // only try small writes if fewer patterns
|
||||
u32 smallWriteMaxLiterals; // only try small writes if fewer literals
|
||||
u32 smallWriteMergeBatchSize; // number of DFAs to merge in a batch
|
||||
|
||||
// Tamarama engine
|
||||
bool allowTamarama;
|
||||
|
Reference in New Issue
Block a user