Parallel Data Conversion
In this lesson, we will begin refactoring the data conversion part of our program.
We'll cover the following
Using std::execution::par
As previously discussed, we can add parallel execution to the place where we convert the data. We have lots of lines to parse, each parsing is independent.
Get hands-on with 1400+ tech skills courses.