1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 02:05:23 +00:00
v2fly/common/strmatcher
DarthVader a31a8e6f89
A memory-efficient and fast hybrid matcher (#639)
* a faster DomainMatcher implementation

* rename benchmark name

* fix linting errors

* add hybrid matcher

* add rabin-karp algorithm

* rename test & fix linting errors

* add more comment

* format code

* revert `MatcherGroup` match func

* fix linting errors
2021-03-04 05:39:51 +08:00
..
ac_automaton_matcher.go Refactor: A faster DomainMatcher implementation (#587) 2021-01-20 15:53:07 +08:00
benchmark_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
domain_matcher_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
domain_matcher.go Amend domain matcher with returning values of all matched subdomains 2020-08-13 15:26:30 +08:00
full_matcher_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
full_matcher.go Amending domain matcher with returning array of all matches 2020-08-11 13:31:04 +08:00
matchers_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
matchers.go Refactor DNS Server to record original rule of domain matchers 2020-08-16 22:18:12 +08:00
strmatcher_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
strmatcher.go A memory-efficient and fast hybrid matcher (#639) 2021-03-04 05:39:51 +08:00