Commit 7f94071
sdf: Replace use of tbb::parallel_for with WorkParallelForTBBRange
Going through libWork adds support for clients with custom task
management systems. This drops the use of tbb::static_partitioner since
there currently is no matching concept defined in libWork. If there is
performance fallout, we could consider adding it to the API like we
did for the RangeType concept.
(Internal change: 2379721)1 parent 91f0488 commit 7f94071
1 file changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
815 | 813 | | |
816 | 814 | | |
817 | 815 | | |
818 | | - | |
| 816 | + | |
819 | 817 | | |
820 | 818 | | |
821 | 819 | | |
| |||
831 | 829 | | |
832 | 830 | | |
833 | 831 | | |
834 | | - | |
835 | | - | |
| 832 | + | |
836 | 833 | | |
837 | 834 | | |
838 | 835 | | |
| |||
0 commit comments