You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shenyu.apache.org by "邪龙(dragon-zhang)" <19...@qq.com.INVALID> on 2022/05/02 02:00:44 UTC

selector match only once

Hello community:

According to ISSUE[1], the more selector, the slower the matching speed. 



The solution of this PR[2] is to add a LRU cache to make the same realDataString match only once.


If you are free, please see the PR[2] and help this PR[2] to solve the problem better.

Looking forward to your reply.

[1] https://github.com/apache/incubator-shenyu/issues/3367
[2] https://github.com/apache/incubator-shenyu/pull/3368