- Notifications
You must be signed in to change notification settings - Fork750
Closed
Description
Because of GIL the python interpreter always works single-threaded (only 1 CPU core at a time). But is it possible to operate several instances of interpretators to be able to parallelize work and utilize all CPU cores? Maybe there are already some code implementations in c# which we can use?
Metadata
Metadata
Assignees
Labels
No labels