mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-09 07:42:21 +03:00
introduce Sheng-McClellan hybrid
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include "lbr.h"
|
||||
#include "limex.h"
|
||||
#include "mcclellan.h"
|
||||
#include "mcsheng.h"
|
||||
#include "mpv.h"
|
||||
#include "sheng.h"
|
||||
#include "tamarama.h"
|
||||
@@ -73,6 +74,8 @@
|
||||
DISPATCH_CASE(CASTLE_NFA, Castle, dbnt_func); \
|
||||
DISPATCH_CASE(SHENG_NFA, Sheng, dbnt_func); \
|
||||
DISPATCH_CASE(TAMARAMA_NFA, Tamarama, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_NFA_8, McSheng8, dbnt_func); \
|
||||
DISPATCH_CASE(MCSHENG_NFA_16, McSheng16, dbnt_func); \
|
||||
default: \
|
||||
assert(0); \
|
||||
}
|
||||
|
Reference in New Issue
Block a user