We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = 'https://github.com/1st1' closed_at = <Date 2017-12-19.12:20:10.931> created_at = <Date 2017-12-18.02:41:07.785> labels = ['expert-asyncio', '3.7', 'performance'] title = 'Optimize asyncio.gather()' updated_at = <Date 2017-12-19.12:20:10.930> user = 'https://github.com/1st1'
bugs.python.org fields:
activity = <Date 2017-12-19.12:20:10.930> actor = 'yselivanov' assignee = 'yselivanov' closed = True closed_date = <Date 2017-12-19.12:20:10.931> closer = 'yselivanov' components = ['asyncio'] creation = <Date 2017-12-18.02:41:07.785> creator = 'yselivanov' dependencies = [] files = ['47336'] hgrepos = [] issue_num = 32355 keywords = ['patch'] message_count = 2.0 messages = ['308508', '308632'] nosy_count = 2.0 nosy_names = ['asvetlov', 'yselivanov'] pr_nums = ['4913'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'performance' url = 'https://bugs.python.org/issue32355' versions = ['Python 3.7']
The text was updated successfully, but these errors were encountered:
asyncio.gather can be made faster if:
The proposed PR makes asyncio.gather 10-15% faster on the attached benchmark.
Sorry, something went wrong.
New changeset 36c2c04 by Yury Selivanov in branch 'master': bpo-32355: Optimize asyncio.gather() (bpo-4913) 36c2c04
1st1
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: