55
edits
Changes
no edit summary
= Parallelization of the C++ Standard Library: Intel Parallel STL, MCSTL, and C++17 =
== Standard Library ==
<pre style="color: red">
What is it?
Sequential execution
What algorithms are provided?
</pre>
== MCSTL ==
<pre style="color: red">
What is it?
How do we install it?
Is it free?
What algorithms are provided?
</pre>
== Intel Parallel STL ==
<pre style="color: red">
What is it?
How do we install it?
Is it free?
What algorithms are provided?
</pre>
== Policy-based execution for C++17 ==
<pre style="color: red">
What is it?
How do we install it?
What algorithms are provided?
</pre>
== Benchmark ==
<pre style="color: red">
Benchmark results: C++17, Intel Parallel STL, MCSTL
</pre>
== Sources ==