mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
dfa: adding new Sheng engine
A new shuffle-based DFA engine, complete with acceleration and smallwrite.
This commit is contained in:
committed by
Matthew Barr
parent
56bf25b091
commit
6331da4e29
@@ -1009,7 +1009,7 @@ u32 mcclellanStartReachSize(const raw_dfa *raw) {
|
||||
return out.count();
|
||||
}
|
||||
|
||||
bool has_accel_dfa(const NFA *nfa) {
|
||||
bool has_accel_mcclellan(const NFA *nfa) {
|
||||
const mcclellan *m = (const mcclellan *)getImplNfa(nfa);
|
||||
return m->has_accel;
|
||||
}
|
||||
|
Reference in New Issue
Block a user