Skip to content

Symmetric Transfer in Coroutines #15

Open
@ashvardanian

Description

@ashvardanian

I believe the performance of the coroutine implementation in the benchmark can be significantly improved, to at least match the throughput of experimental coroutines in Rust. The current implementation is relatively minimal, uses std::suspend_always, and implements no Symmetric Transfer.

Changing those can help accelerate the benchmarked pipeline. To learn more about coroutine implementations, the Deciphering C++ Coroutines talk by Andreas Weis from CppCon 2022 is a good start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededinvalidThis doesn't seem right

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions