miamiaoxyz
miamiaoxyz
## Motivation optimize the multiplex transport 1. use shared hashmap instead of Mutex to reduce race 2. merge the flush in the write loop ## Solution
## Motivation need to use clone in https://github.com/cloudwego/volo/pull/322 ## Solution
[fix] fix panic for can not search all the vector for not clear the searcher.seen when lower_search
In the lower_search function, the searcher.seen state is not properly refreshed, which may cause certain entries to be skipped during the search. ``` rust fn lower_search(&self, layer: &[Node], searcher: &mut...