Shelikhoo
|
3ef7feaeaf
|
update version: auto replacement to v5 path
|
2022-01-02 15:16:23 +00: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 |
|
Loyalsoldier
|
6f8979d017
|
Style: format code by gofumpt (#1022)
|
2021-05-20 05:28:52 +08:00 |
|
Loyalsoldier
|
f94dd11a8c
|
Chore: change module name (#677)
|
2021-02-17 04:31:50 +08:00 |
|
DarthVader
|
de618121ad
|
Refactor: A faster DomainMatcher implementation (#587)
* a faster DomainMatcher implementation
* rename benchmark name
* fix linting errors
|
2021-01-20 15:53:07 +08:00 |
|
Darien Raymond
|
163776b182
|
remove dependency on assert lib
|
2019-01-08 23:27:02 +01:00 |
|
Darien Raymond
|
059dfdbb97
|
doc for strmatcher interface
|
2018-08-20 15:39:58 +02:00 |
|
Darien Raymond
|
cb0eb91f2b
|
strmatcher
|
2018-06-26 21:57:41 +02:00 |
|