Intel demos 528-thread chip with 1TB/s of optical bandwidth

HEISENBERG@lemmy.world to Technology@lemmy.world – 189 points –
Intel demos 528-thread chip with 1TB/s of optical bandwidth
theregister.com
10

You are viewing a single comment

how would it be any different the io type would be abstracted away

I mean multithreading is hard

Nah, it's just a steep learning curve and then you'll be naturally using a few patterns - stuff like immutable classes, have yours function take the entire context of their operation as a variable and returning in changed in the output or check-condition, process, commit-if-still valid operation - to make your life easier.

It's only hard if you keep trying to design your program using the usual design patterns.

(Also how easy or hard it is to use does depend on the programming language).

What's really unforgiving is when your processing is spread over multiple machines with comm overheads in the order of milliseconds where a seemingly fine design decision can totally tank your performance.