Skip to content
Snippets Groups Projects
Commit fb8f67e2 authored by kisseki's avatar kisseki
Browse files

Fixed typo in doc

parent e9624623
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ that no CPU is idle while threads are ready to run (but are not currently
running). However, using a global queue has two main weaknesses.
The first weakness is lack of
scability. The global queue must be locked while choosing the next job to run.
scalability. The global queue must be locked while choosing the next job to run.
Locking greatly reduces performance as the number of CPUs grows. Each CPU will
spend more and more time contenting for the global queue lock and less time
actually running threads.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment