slhmy

Results 14 comments of slhmy

Hello~ I'm new here. 🤔 Can we use the executor's `fn evaluate()` to solve this problem?

I guess this problem is related with Windows' file system and also related with crate `tempfile`. I reappeared this problem in a smaller version. let's see. ``` rust use std::io::prelude::*;...

> I will raise a PR to fix this ISSUE I need someone to review this PR #2349 , then I think this issue should be fixed after merge.

I found `tide` slower than `spring`😂

> I am going to caution that no_delay may be ideal for this benchmarking workload but _may_ not be ideal in the real world. I run `tfb` with TCP_NODELAY, it...

> @Fishrock123 @wisonye @slhmy Are there any tools to inspect where time is spent when the server is running, might offer some clues as to what you were seeing @wisonye...

> @slhmy > Hey, sorry for late, so busy nowadays. And **YES**, you're right I think. Actually, I think the choice belongs to between and , as that's a bigger...

@wisonye > * **I also found there is a huge performance loss if I put a async-sever into a docker machine.** > I did use in production and that high-performance...

> I tried rolling back to 16.6.0 and I'm still having the same issue with Vite. 16.5.0 will be fine in my case.