yanghao

Results 5 issues of yanghao

Function`radix_tree_prev` in `easy_rax.c` iterates through all nodes with a lexicographic order less than `path`. May I know why?This caused a time complexity of O(N). When there are a lot of...

### Description I encountered a serious performance problem when using the apisix prometheus plugin. The reason for the problem was that we set too many metrics in prometheus. I saw...

Ref #661. Dynamic sessions are unregistered when a session disconnects, and messages cannot be sent to those sessions afterward. This PR introduces a new feature, similar to the acceptor template...

In the current implementation, DynamicSession is unregistered when the connection is disconnected. Since DynamicSession is unregistered, ErrUnknownSession will appear when the dynamic session is disconnected and the SendToTarget method is...