Mingshen Sun

Results 223 comments of Mingshen Sun

Yes. This issue can be closed.

Do you suggest to use basic SIMD ops (https://github.com/rust-lang/rust/pull/49664/) to speedup the code?

Yes, forget about `std::simd::u64x4`. I mean we can use basic SIMD primitives to accelerate other operations.

Right, this is one potential way for optimization.

不是 VPN,是 proxy。 经过调试: 1. 在调用 beer 的 get(), post() 时,未使用系统 proxy 作为参数。 2. player module 中使用的 request 也未设置 proxy 参数。 解决方案: 1. 在 player 和 douban.fm 同时支持 porxy。 2....

Great, thanks! On Tue, Apr 8, 2014 at 2:28 PM, Guo Yu [email protected] wrote: > @mssun https://github.com/mssun 我理解你的意思了,但我目前没有这样的使用环境,douban.fm正有计划消除对 beer 的依赖,我把这个 issue 加到 todo list 中吧。 > > — > Reply...

Also, it would be nice to have a API to crate/touch a file with specific permission (mode).

Ok, for me, I try to use it to test the chmod util.

Thank you, this is a very good suggestion. We are working on some basic features right now. Will consider this in the near future.

Thanks @stappersg. I'm not sure if #525 is related to this issue.