(no title)
zerohp | 2 years ago
Even in multithreaded desktop applications, it's rare to see them effectively use more than 8 threads.
zerohp | 2 years ago
Even in multithreaded desktop applications, it's rare to see them effectively use more than 8 threads.
geerlingguy|2 years ago
I would still rather have 128 M1-class cores than 128 Neoverse-N1 cores :)
sroussey|2 years ago
pjmlp|2 years ago
macOS, ChromeOS, Windows and Android are heavily multithreaded, even when there is one main application thread, the underlying OS APIs are using auxiliary threads.
Easily observable in any system debugger.