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

Optimize Await single Future #187

Closed
1 task done
MBkkt opened this issue Aug 6, 2022 · 1 comment
Closed
1 task done

Optimize Await single Future #187

MBkkt opened this issue Aug 6, 2022 · 1 comment
Labels
good first issue Good for newcomers performance Improve performance

Comments

@MBkkt
Copy link
Member

MBkkt commented Aug 6, 2022

First of feel free to ask me(@MBkkt) any questions about this task, often the task may not be described in enough detail for devs who don't have the full context.

If we make Await single Future, we can do it without atomic reference counter in event

Check Wait function implementation:

We use OneShotCounter in case when single future, same possible for Await

Should be implemented here

Also will be great if you make this small task:

@MBkkt MBkkt added good first issue Good for newcomers performance Improve performance labels Aug 6, 2022
@MBkkt MBkkt added this to the Not main priority milestone Aug 6, 2022
@MBkkt
Copy link
Member Author

MBkkt commented Nov 15, 2022

Done

@MBkkt MBkkt closed this as completed Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers performance Improve performance
Projects
None yet
Development

No branches or pull requests

1 participant