Tate, Hongliang Tian

Results 251 comments of Tate, Hongliang Tian

Sure. Currently, the use of `&str` and `String` for file names and paths are for the sake of convenience. As the current implementation works for "normal" usage, I assign this...

I guess that we should publish our Docker images to DockerHub as well as another Docker registry that has stable accessibility to mainland China users. DockerHub is the default registry...

> An alternative is building our own registry service like [registry-mirror](https://github.com/bboysoulcn/registry-mirror). But we still need a server providing stable connectivity to Chinese mainland and DockerHub, e.g., ~[Aliyun HongKong](https://common-buy.aliyun.com/?commodityCode=swas&regionId=cn-hongkong&userCode=p4p9jzhp&accounttraceid=a7cf139344d8454f965920cbbe09e13fhgbv)~, [AWS](https://aws.amazon.com/cn/free/?nc2=h_ql_pr_ft&all-free-tier.sort-by=item.additionalFields.SortRank&all-free-tier.sort-order=asc&awsf.Free%20Tier%20Types=*all&awsf.Free%20Tier%20Categories=*all). I...

@chenIshi Thanks for contributing Asterinas. It seems that the commit history is not cleaned yet. The commits are expected to be atomic. Intermediate or temporary commits such as [Revert unchanged...

@StevenJiang1110 Could you review this PR?

This proposal aims to address to problems. > * a lot of runtime needed when running ktest, which need to be passed as parameters https://github.com/asterinas/asterinas/pull/834 ; > * need to...

So I think our strategy should be choosing lmbench as the primary benchmark suite while selecting some benchmarks (e.g., thread, mutex, and pipe) from sysbench and unixbench to complement lmbench.

Thanks @StevenJiang1110 and @lrh2000. I learned a lot from the insightful conversations so far. > Currently, I roughly believe there are the following three ways to construct uninitialized bytes in...

Great. Then I guess that we have reached a consensus. @StevenJiang1110 I have assigned this issue to you. I think it is quite urgent for us to figure out a...

@fu5ha Thank you for the inputs! > Hi, for what it's worth both `bytemuck` and `zerocopy` already handle these cases Thanks for bringing up the `bytemuk` crate. I didn't know...