Feature | Core | Thread |
---|---|---|
Type | Physical processing unit | Logical processing unit |
Function | Executes distinct tasks directly | Handles sub-tasks within a single process |
Resources | Dedicated resources per core | Shared resources within a core |
Concurrency | Multiple cores = more parallel tasks | Threads improve multitasking within a core |
Peformance Impact | Increases true CPU power | Optimizes each core without adding physical power |
Created
November 3, 2024 07:20
-
-
Save nphausg/782f873fe7596a4a3ebd7795c777f0a8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment