Vigilans
|
291b5466de
|
Fix: Charset of ACAutomationMatcherGroup should accept all ASCII characters (#1988)
|
2022-11-29 10:35:49 +08:00 |
|
Vigilans
|
f494df2567
|
feat: Implement Match and MatchAny for all MatcherGroup, IndexMatcher
[common/strmatcher] Implement Match and MatchAny for all MatcherGroup and IndexMatcher
|
2022-09-16 14:40:03 +08:00 |
|
世界
|
fc6ae4d4e7
|
Fix lint
|
2022-06-28 21:36:12 +08:00 |
|
Vigilans
|
81ef92c077
|
Refactor strmatcher.ACAutomatonMatcherGroup
|
2022-06-25 19:38:35 +01:00 |
|
Ye Zhihao
|
d4da365c5f
|
Refactor: strmatcher module (#1333)
* Reorganize strmatcher's package structure
* Rename types in strmatcher package according to their file names
* Stablize strmatcher's Matcher interface
* Implement []matcherEntry as SimpleMatcherGroup
* Implement mph algorithm extracted from MphIndexMatcher as MphMatcherGroup
* Implement AddMatcher/AddFullMatcher/AddDomainMatcher/AddSubstrMatcher for each MatcherGroup
* Stablize strmatcher's MatcherGroup interface
* Stablize strmatcher's IndexMatcher interface
* Update strmatcher's benchmark
* Compatibility fix for app/router's DomainMatcher condition
* Fix code quality issue
* Fix basic matcher issues
* Update priority specification for Substr matcher
|
2021-10-31 18:01:13 +08:00 |
|