mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 18:20:35 +03:00
refactoring of double byte offset accel to use paths and add to mcclellan
This commit is contained in:
@@ -56,6 +56,8 @@ struct MultibyteAccelInfo {
|
||||
multiaccel_type type = MAT_NONE;
|
||||
};
|
||||
|
||||
bool isCaselessDouble(const flat_set<std::pair<u8, u8>> &stop);
|
||||
|
||||
struct AccelInfo {
|
||||
AccelInfo() : single_offset(0U), double_offset(0U),
|
||||
single_stops(CharReach::dot()),
|
||||
|
||||
Reference in New Issue
Block a user