omnilib / aiomultiprocess

Take a modern Python codebase to the next level of performance.
https://aiomultiprocess.omnilib.dev
MIT License
1.78k stars 101 forks source link

what do you mean by "AsyncIO still can't exceed the speed of GIL" #141

Closed NoraGithub closed 2 years ago

NoraGithub commented 2 years ago

what do you mean by "AsyncIO still can't exceed the speed of GIL", as far as I am concerned,Gil is a machinist ,not a number,so asyncio may be good enough?

bratao commented 2 years ago

Here have a good explanation. https://www.youtube.com/watch?v=0kXaLh8Fz3k

The GIL don´t allow to use multiple CPU cores on a single interpreter.