Replies: 1 comment
-
we'll have to figure out a way to add tbb to our toolchain first, tho |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
utilize the power of Functional Programming, i.e
std::transform_reduce
to improve performanceBenchmarks (lightweight structs)
std::parallel_reduce
was the fastest across all benchmarks.std::accumulate
std::accumulate
std::accumulate
5 elements
100 elements
1000 elements
10000 elements
Beta Was this translation helpful? Give feedback.
All reactions