mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-20 10:56:40 +03:00
rose: dump leftfix/suffix queue indices
This commit is contained in:
committed by
Matthew Barr
parent
6d87533ef0
commit
9b7eca5400
@@ -541,6 +541,12 @@ public:
|
||||
|
||||
u32 ematcher_region_size; /**< number of bytes the eod table runs over */
|
||||
|
||||
/** \brief Mapping from leftfix to queue ID (used in dump code). */
|
||||
unordered_map<left_id, u32> leftfix_queue_map;
|
||||
|
||||
/** \brief Mapping from suffix to queue ID (used in dump code). */
|
||||
unordered_map<suffix_id, u32> suffix_queue_map;
|
||||
|
||||
/** \brief Mapping from anchored literal ID to the original literal suffix
|
||||
* present when the literal was added to the literal matcher. Used for
|
||||
* overlap calculation in history assignment. */
|
||||
|
||||
Reference in New Issue
Block a user