Skip to content

support io_uring for something close to optimal performance #32

@matu3ba

Description

@matu3ba

Justification: Should be faster than mmap, see for example https://qdrant.tech/articles/io_uring/ or generally the absence of synchronization.

Usage requires to roll your own synchronization, if necessary. One way of usage without any synchronization is raw memory of word size and reseve 2 values indicating sender and receiver, but this bears down and upsampling cost.

Metadata

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