jeikabu
jeikabu
summary: worse: 1, geomean: 112104.098 total diff: 1 | Slower | diff/base | Base Median (ns) | Diff Median (ns) | Modality| | --------------------------------------------- | ---------:| ----------------:| ----------------:| --------:| |...
YES! These exact changes were on my todo list after better understanding the Dispose pattern myself. I never thought anyone would notice much less tackle them so I never created...
Interesting, I'll have to take a look at this.
Seems reasonable. If you could add a test verifying the correct behavior I'd gladly accept a PR.
Also see [IoSlice](https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html)
Yes, this is actual Windows, not WSL. Tried looking into this and this seems to be what's going on: Under normal circumstances, e.g. `pair1_pipe_recv_cb` receives an aio error and calls...
Yeah it's a bug with xbuild. You'll have to rebuild the docker image because the one on quay has an older xbuild. And to clarify the specific version of xbuild...
To build bootloader.bin you'll need to run: ```sh make bootloader ``` `make app` in the `build-project` script doesn't take care of this. It's probably best to just run `make -j4`,...
We migrated away from NNG and went pure Rust a while back. Better latency/throughput and stability on Windows. Don’t have any projects using NNG anymore. I requested to transfer the...
Interesting. Thanks for the fix, give me a few days to test it. Did you have a snippet that demonstrates the issue/bug?