Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symmetric Transfer in Coroutines #15

Open
ashvardanian opened this issue Dec 31, 2024 · 0 comments
Open

Symmetric Transfer in Coroutines #15

ashvardanian opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right

Comments

@ashvardanian
Copy link
Owner

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.

@ashvardanian ashvardanian added enhancement New feature or request invalid This doesn't seem right help wanted Extra attention is needed labels Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant