Skip to content

Commit

Permalink
Update hello_world.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein authored Jan 7, 2024
1 parent ed59cc5 commit 637a98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main(int, char *[]) {
// NOTE: make sure you read and understand the Multithreading section
// in the documentations (threads could potentially hinder performance).
// This program (hello world) is a perfect example. Since I know this program doesn’t
// deal with large datasets to trigger multithreaded algorithms, populated the thread-pool
// deal with large datasets to trigger multithreaded algorithms, populating the thread-pool
// with threads (i.e. calling set_optimum_thread_level()) is a waste of resources.
//
ThreadGranularity::set_optimum_thread_level();
Expand Down

0 comments on commit 637a98e

Please sign in to comment.