I have a general question about Python and M1 processors. Can someone please help? I write a lot of code in Python (3.8) and in particular use the concurrent.futures library for multiprocessing. So here is the question. On Intel based iMac's concurrent.futures can be told to use a number of 'workers', ie a number of cores. Since the Apple Silicon M1 processor has 8 cores has anyone used Python and concurrent.futures on an M1 based Mac and if so were you able to spawn/fork the task across 8 cores?
In simple terms - does multiprocessing Python work on M1 Macs?
In simple terms - does multiprocessing Python work on M1 Macs?