Y
Hacker News
new
|
ask
|
show
|
jobs
by
serf
161 days ago
>Performance scales with the speed and number of processor threads.
music to my ears. I wish more software had similar rules.
1 comments
tgv
161 days ago
Certain types of (numerical) problems are very parallel in nature. LLMs, for example. But obviously not every problem is. And sometimes a parallel solution isn't the most efficient.
link
Y_Y
161 days ago
https://en.wikipedia.org/wiki/Embarrassingly_parallel
link