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

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.