ollie
ollie
> I hesitate to mention this, but would it be a reason to bring a tinyvec into the discussion so the most normal case of a single backing store is...
> Is the use of iovec to support vectored IO? Yes - motivated by `writev`, `readv`, `sendmsg` and `readmsg`
@ileixe would you care to review? @Noah-Kennedy / @carllerche / other maintainer? Any opinions?
@ileixe Does this address your comment?
@ileixe That makes sense - done
> Personally, I want to explore simple alternative runtime without epoll (so pure uring based even for readiness device) and use uring enter + wait for a tick. Axobe also...
> We should not merge this until we have a repro of #147. Simply increase the concurreny factor in the benchmark past the size of the cqe.
Would you care to submit a PR?
@Henkru Can i have your thoughts also please?
@hecatia-elegua > Of course it panics if you unwrap and don't have a variant for 0 The example is with an [non-exhaustive enum](https://doc.rust-lang.org/reference/attributes/type_system.html). I had hoped that, as it has...