Skip to content

Instantly share code, notes, and snippets.

View amroot's full-sized avatar
🖐️
Breaker

Robert Gilbert amroot

🖐️
Breaker
View GitHub Profile
@amroot
amroot / multiprocess_testing.py
Created February 15, 2022 00:58
playing with spawning a limited number of processes
from multiprocessing import Process
from time import sleep
from timeit import default_timer as timer
def test(i):
print(i)
sleep(5.0)
start = timer()
proc = []

Keybase proof

I hereby claim:

To claim this, I am signing this object: