Yang Hau

Results 53 comments of Yang Hau

> The object safety thing is annoying. I tried some things to get rid of it. What worked is to never box it, because we don't really have to. Instead...

thank you too!

I made a simple test [here](https://github.com/howjmay/sse2neon/pull/1/files) It shows that using `memcpy` doesn't run faster. I run the following test with the current `make check` command. The implementation ``` FORCE_INLINE __m128i...

I am curious about the progress of https://github.com/chronotope/chrono/issues/749

Hi @tertsdiepraam as you know I am working on this issue. I have a question about reusing the code in hashsum. I think I may reuse some code in `hashsum/digest.rs`....

> Cool, but I'm not sure it's correct. I get the following results with this PR and GNU: > > ``` > ❯ cargo run -- cksum --untagged Cargo.lock >...

> is it ready for review? thanks waiting for #4356