dragon-zhang opened a new issue, #3367: URL: https://github.com/apache/incubator-shenyu/issues/3367
### Description Now, in `org.apache.shenyu.plugin.base.AbstractShenyuPlugin#matchSelector`, its time complexity is `O(n)` and there is no cache, this task is to add the matched cache to make selector matching only once. ### Task List 1. - [ ] add condition-selector search table(not in db); 2. - [ ] refactor `AbstractShenyuPlugin#matchSelector`; 3. - [ ] add selector match cache. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
