surechen

Results 6 comments of surechen

> It's possible the git client in its current form doesn't have SOCKS5 support. > > It's repurposed from Cargo, so it'd be good to look if there are similar...

Hello everyone, I am also very interested in weld. I read two papers related to weld and ran several test cases using WeldNumpy. I did see performance improvements in some...

Hello, that sounds very interesting. What scenarios are you going to use it in? Is it expected to be used in the mode of async/await ?

Hello, I refer to the idea of dashmap, and try to use async_std::sync::RwLock realize. In my test version only a async_std::sync::RwLock locks a std::collections::HashMap, but not rwlock arrays like dashmap....

> Both `potentially_unnecessary_qualifications` and `redundant_imports` collections are typically empty or very small, so this probably doesn't need a separate perf run. r=me after addressing remaining comments. @rustbot author Done. Thank...

> My apologies for the delay reviewing. > > r=me after rebasing Thank you very much. Please help me review again.