Emīls Piņķis
Emīls Piņķis
I've rebased a bit, and I'll rebase again soon, just to kick the CI again. I did do some skin-deep benchmarking, running `cargo +nightly bench --bench=comparison_benches`, and there's a regression,...
I attempted inlining and elluding some needless cloning, and whilst the latter didn't hurt, nothing made it go any faster. Forcing link time optimization brings the UDP times down, it...
I'll try and profile the code, I can't quite come up with a coherent naive explanation - but it probably has something to do with the one extra parameter that...
Do you have any good tips for recovering a host that has been morphed with the wrong architecture? `switch-to-configuration` is now borked on an x86 host after I mistakenly pushed...
I copied over the activation script from a previous generation and that made it happy to deploy again.
Would using [single-threaded](https://docs.rs/tokio/0.1.17/tokio/runtime/current_thread/index.html) runtime help at all? I'm not sure you'll be able to force the users of the library to use a specific runtime by using language constructs, but...
The example code still fails to open `netlink-example` file, but this time, with a funky tokio error. > "failed to open /var/run/netns/netlink-example: Custom { kind: Other, error: StringError(\"`blocking` annotated I/O...
Ultimately, it's the caller of the trait that has to make sure that the message is offset by the correct amount of bytes, so the associated constant approach also feels...
I can try and help, but I've only got a GTX460, don't really know if it supports the CUDA version you're interested in supporting, and I don't believe it would...
I'm up for testing just now. Don't have too much time on my hands to do much more.