Skip to content

Instantly share code, notes, and snippets.

View Dimfred's full-sized avatar

Dimfred

View GitHub Profile
@Dimfred
Dimfred / fastaaaaaa.py
Created June 18, 2024 13:06
Python Gotta go fast
import random
import sysconfig
import time
from concurrent.futures import ProcessPoolExecutor, ThreadPoolExecutor
class Stopwatch:
def __init__(self):
self.start = time.perf_counter()