mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 02:47:11 +03:00
rose: use fragment ids earlier for anchored dfas
This commit is contained in:
committed by
Matthew Barr
parent
8b25d83415
commit
79512bd5c3
@@ -593,7 +593,8 @@ public:
|
||||
* overlap calculation in history assignment. */
|
||||
std::map<u32, rose_literal_id> anchoredLitSuffix;
|
||||
|
||||
std::map<u32, LitFragment> final_to_frag_map;
|
||||
std::map<u32, u32> final_to_frag_map;
|
||||
std::vector<LitFragment> fragments;
|
||||
|
||||
unordered_set<left_id> transient;
|
||||
unordered_map<left_id, rose_group> rose_squash_masks;
|
||||
|
||||
Reference in New Issue
Block a user