See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.
# M3 Macbook Air results: | |
# Average Threading Time: 0.38 seconds | |
# Average Multiprocessing Time: 2.39 seconds | |
# Average Concurrent Futures (ThreadPool) Time: 0.34 seconds | |
# Average Concurrent Futures (ProcessPool) Time: 2.39 seconds | |
import time | |
import torch | |
from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor |
See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)
For the sake of "maintaining the tradition" here is the updated version.