this post was submitted on 26 Nov 2025
240 points (100.0% liked)

Programmer Humor

27488 readers
1389 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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Warl0k3@lemmy.world 25 points 2 hours ago (1 children)

hang on, that first image is everything on a single thread...

[–] ZILtoid1991@lemmy.world 15 points 2 hours ago (2 children)

Nah, those are double deckers.

[–] JeeBaiChow@lemmy.world 5 points 54 minutes ago

You sure they're not dwords on a single bus?

[–] Warl0k3@lemmy.world 8 points 1 hour ago* (last edited 1 hour ago) (1 children)

Making the word bigger doesn't mean there's more threads per, it just reduces the number of calls to complete some kinds of ops (and something about RAMing busses into each other and... cache locations? idk I'm sleepy)

[–] ZILtoid1991@lemmy.world 3 points 1 hour ago (1 children)

The double deckers are an example of a ready-made solution in the original language's standard library, the lower one is getting multithreading working through the C ABI bindings, using some 3rd party solution, all while multithreading a lot of other tasks in the application.

[–] Warl0k3@lemmy.world 4 points 57 minutes ago

Yeah, I can live with that. Well done!