Skip to content

linux AIO support #52

Open
Open
@spacejam

Description

Just read https://www.usenix.org/system/files/fast19-kourtis.pdf and it makes a really compelling case for the combination of stackful coroutines + proper linux AIO (and eventually SPDK support). This is a combination I could actually imagine myself using in sled, where I'm now trying to scale toward a many-core architecture, but don't want to pay the various ergonomic costs associated with the popular async stuff in the rust ecosystem right now.

https://github.com/hmwill/tokio-linux-aio may be a nice reference for building linux AIO support for May.

Would you be interested in having AIO support in May directly, or do you see this as something better implemented in a separate library? Very curious about this :)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions