Alex Sayers
Alex Sayers
Fixes #13
Sometimes you have a bunch of SQEs you want to submit. They may or may not fit in the squeue, but either way you just want to keep submitting in...
Running io-uring-test on 1f30c22 (current main) results in this panic: ```console $ RUST_BACKTRACE=1 cargo run --release -p io-uring-test thread 'main' panicked at io-uring-test/src/tests/net.rs:1802:39: called `Result::unwrap()` on an `Err` value: ()...
This is most noticeable when the command renders to the full `$WIDTH`, but there's a scrollbar. In this case every line will get wrapped (or have one character hidden under...
The following text is found in many io_uring man pages: Note that where synchronous system calls will return -1 on failure and set errno to the actual error value, io_uring...
I have a small but handy tool called [parquet-colsize](https://github.com/asayers/parquet-colsize): ```console $ parquet-colsize stream-1.parquet order_id 1.2 GiB 27% (RLE, DELTA_BINARY_PACKED, ZSTD(1)) recv_time 1.1 GiB 25% (RLE, DELTA_BINARY_PACKED, ZSTD(1)) proc_time 1.1 GiB...