This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Liran Nuna
Recipients Liran Nuna, serhiy.storchaka, yselivanov
Date 2017-12-03.10:11:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512295863.52.0.213398074469.issue32204@psf.upfronthosting.co.za>
In-reply-to
Content
The PR is merely a finding I ran into while benchmarking. In my executions I saw a consistent ~3-5% performance increase.

At my company we are attempting to migrate from asynq to asyncio but performance suffers (our servers response times nearly double). I personally ran profiles and benchmarks and noticed this tiny bottleneck which I knew how to fix, so I submitted a PR to the python project in hopes it helps.
History
Date User Action Args
2017-12-03 10:11:03Liran Nunasetrecipients: + Liran Nuna, serhiy.storchaka, yselivanov
2017-12-03 10:11:03Liran Nunasetmessageid: <1512295863.52.0.213398074469.issue32204@psf.upfronthosting.co.za>
2017-12-03 10:11:03Liran Nunalinkissue32204 messages
2017-12-03 10:11:03Liran Nunacreate