Not require tbb
1 unresolved thread
1 unresolved thread
Compare changes
Files
3+ 38
− 29
@@ -15,11 +15,11 @@
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
@@ -112,7 +112,7 @@ int main(int argc, char *argv[])
@@ -175,7 +175,7 @@ int main(int argc, char *argv[])
@@ -230,7 +230,7 @@ int main(int argc, char *argv[])
@@ -243,31 +243,40 @@ int main(int argc, char *argv[])
@@ -275,7 +284,7 @@ int main(int argc, char *argv[])
Maybe not optimal to join all threads sequentially, but join them all(if there is an option). Current code can possibly have a lot of going to sleep and going back
Here is an excerpt taken from cplusplus with the same join code:
http://www.cplusplus.com/reference/thread/thread/thread/
I couldn’t find a join all.
From some quick tests, I got the expected throughput numbers, similar to what tbb was doing before.