this post was submitted on 11 Mar 2025
621 points (95.9% liked)
Programmer Humor
21409 readers
1574 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I once made a multithreaded code for an embedded device.
Tested it on my development Desktop PC and it used all 4 cores.
Running it on the target device, all threads ran on the same core because it was too powerful for Linux to feel the need to use multiple cores.