Ohh, there's a patch out for async-std that improves threadpool performance by up to 400% on certain workloads. It still needs reviewing, but those numbers sure are impressive!https://github.com/async-rs/async-std/pull/108 …
-
-
Oh yeah I can see that. Though there are probably a lot of different restrictions folks might want to apply (fd, mem, cycles, network) and specialized tools such as containers already exist for those!
Thanks. Twitter will use this to make your timeline better. UndoUndo
-
-
-
I have been playing around with slog to implement a new drain that send logs to a remote sink (AWS kinesis) and I was considering using async-std but I don't want the logging background task to compete for threads with the main application.
-
Hm, as we have a scaling runtime, you'd get your resources. That being said, given time and design, if may be possible to enable things like that. But not while the library is literally a week old ;). Please feel free to write down your usecase here.https://github.com/async-rs/async-std/issues/79 …
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
Writing about stuff to learn how it works, mostly in Rust.
Lead Engineer at