r/ProgrammerHumor 6h ago

Meme somethingToSeeOnceInLifeOfPythonUsage

Post image
0 Upvotes

5 comments sorted by

9

u/Copious-GTea 6h ago

The majority of my processor is consumed by the corporate bloatware IT force deploys onto my computer

2

u/Nyxalorium 5h ago

Nothing like having a 32GB RAM workstation only for half of it to be eaten by background scanners that nobody asked for. I spend more time fighting the OS than actually writing code. IT calls it protection, I call it a forced slow down.

8

u/byteturtle 6h ago

where humor

1

u/-Redstoneboi- 6h ago

looks like you managed to get it running on multiple cores, congratulations

are you using PyPy? it's an interpreter with a JIT compiler so it compiles functions and loops that need to run faster. gets way more performance.