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

asyncio on mac m1 #368

Open
mikehagerty opened this issue Mar 2, 2023 · 1 comment
Open

asyncio on mac m1 #368

mikehagerty opened this issue Mar 2, 2023 · 1 comment

Comments

@mikehagerty
Copy link

Hi.
I very much enjoyed your tutorial on concurrency in python.
I tested all of the examples you gave. One in particular irks me:
The async io-bound example is (by far!) the slowest on my mac m1 (10 cores) os 13.1.
Not sure why but it is significantly slower than the others.

I'd like to know if there is something in your code that needs to be tweaked
as I have an application I'm considering using async for part of.

Any idea why this would be ?

Thanks!

Using python 3.9.13 for this

@jima80525
Copy link
Contributor

Mike - I don't have a mac at my disposal, so I'm asking the rest of the team to see if someone can reproduce this and hopefully we can get to the bottom of it.

On the surface, I don't know of anything (or see anything doing some searches) that would point to async being slower on that hardware.

I'll let you know if/when I hear something!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants