MOZGIII
MOZGIII
Issues with Windows are apperaing constantly, are they're not getting fixed for a long time. Can we do something about it?
I coundn't help but notice this crate uses spinlocks while thread parking exists. Why not use thread parking instead?
It looks like windows implementation has a huge overhead. Let's discuss possible performance improvements! It seems like it should be possible to use `WriteFileEx` and completion API. This also gives...
## Motivation Fixes #6116 ## Solution Implement `` for `LengthDelimitedCodec`. Call into `` in `Encoder` of `LengthDelimitedCodec`.
Currently, we're using `dstat` for performance tests, but we can improve the accuracy if we implement a custom TCP receiver component that would measure the results more precisely. This solution...
I wanted to compare a `tcp_to_tcp_performance` results in `big_vms` configuration `default` configuration, but seems it can't be done currently.
In some cases, we want to compare test harness runs for the same commit of the same PR, to validate the test results and gain confidence in the test harness...
We need to fix the test cases and upgrade test subjects. Almost all tests are stale, and don't complete properly. Currently, the test harness not very useful for performance assessment:...
I need a compat layer for `io::AsyncWrite` and `io::AsyncRead`. Can you add it?
There is this gem, named `fog`, that provides access to different coulds. It supports managing not just storage, but also compute, dns and others. But it does not support any...