Hacker News new | ask | show | jobs
by diarrhea 1083 days ago
Is multi threading (always) parallelism? I never questioned this but it just occurred to me that on a single-core CPU with a single execution thread, multithreading in user code is a noop? The code will run but won’t be any faster.