James Abel
jamesabel.bsky.social
James Abel
@jamesabel.bsky.social
HW and SW Engineer (former Intel PE - ISA, uarch, DSP, EDA, ML), Python (SF Python meetup), musician (Bass)
www.abel.co
That’s around 10 seconds of energy of a nominal human. Most queries would take me more than 10 seconds to answer :)
June 11, 2025 at 4:09 AM
Perhaps this?

from time import time
start = time()
[time() for _ in range(round(1e6))]
duration_with = (start_without := time()) - start
[_ for _ in range(round(1e6))]
print(f"{(duration_with - (time() - start_without)):.6f} uS")

I get 0.085705 uS
February 8, 2025 at 1:16 AM
I hope it’s not too late!
January 18, 2025 at 5:26 AM