Live data from Hacker News

Viewing profile — stbuehler

stbuehler

HN member
Joined
Tue, May 07, 2019, 5:04 PM UTC
HN karma
8
Public activity
3 items

About stbuehler

No profile information was provided.

Recent public activity

  1. comment
    Comment #21475231

    That is exactly what `async` blocks are about: they do support self-referential structs, and `Pin` is what allows us to use those in a safe way, as `Pin`ned data can't be moved aga…

  2. comment
    Comment #19851593

    I'm not sure about the details for file I/O; files with FMODE_NOWAIT should be fine (block devices, ext4, btrfs, ...). The idea is that during submission an operation is started wi…

  3. comment
    Comment #19851402

    https://github.com/stbuehler/rust-io-uring Note that io_uring in linux 5.1 has various bugs; especially READ* and WRITE* on sockets/pipe don't work very well (afaik they either blo…