diff --git a/README.md b/README.md index ddafaf8..7c3009f 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ and code from [CppCon 2016](https://github.com/CppCon/CppCon2016/tree/master/htt - [Asynchronous IO with Boost.Asio](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Asynchronous%20IO%20with%20Boost.Asio/Asynchronous%20IO%20with%20Boost.Asio%20-%20Michael%20Caisse%20-%20CppCon%202016.pdf) by Michael Caisse - [BDE Libraries - An Orientation](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/BDE%20Libraries%20-%20An%20Orientation/BDE%20Libraries%20-%20An%20Orientation%20-%20Steven%20Breitstein%20-%20CppCon%202016.pdf) by Steven Breitstein - [Better Mutual Exclusion on the Filesystem](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Better%20Mutual%20Exclusion%20on%20the%20Filesystem/Better%20Mutual%20Exclusion%20on%20the%20Filesystem%20-%20Niall%20Douglas%20-%20CppCon%202016.pdf) by Niall Douglas + [C++17 Parallel Algorithms and Beyond](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/cpp17_parallel_algorithms/cppcon_2016__cpp17_parallel_algorithms__bryce_adelstein_lelbach__r2.pdf) by Bryce Adelstein lelbach - [GDB - a lot more than you realized](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/GDB%20-%20a%20lot%20more%20than%20you%20realized/GDB%20-%20a%20lot%20more%20than%20you%20realized%20-%20Greg%20Law%20-%20CppCon%202016.pdf) by Greg Law - [Implementing static control flow in C++14](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Implementing%20static%20control%20flow%20in%20C++14/Implementing%20static%20control%20flow%20in%20C++14%20-%20Vittorio%20Romeo%20-%20CppCon%202016.pdf) by Vittorio Romeo [.pptx](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Implementing%20static%20control%20flow%20in%20C++14/Implementing%20static%20control%20flow%20in%20C++14%20-%20Vittorio%20Romeo%20-%20CppCon%202016.pptx) [.pdf](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Implementing%20static%20control%20flow%20in%20C++14/Implementing%20static%20control%20flow%20in%20C++14%20-%20Vittorio%20Romeo%20-%20CppCon%202016.pdf) [README](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Implementing%20static%20control%20flow%20in%20C++14/README.md) - [Practical Performance Practices](https://github.com/CppCon/CppCon2016/tree/master/Tutorials/Practical%20Performance%20Practices/Practical%20Performance%20Practices%20-%20Jason%20Turner%20-%20CppCon%202016.pdf) by Jason Turner diff --git a/Tutorials/cpp17_parallel_algorithms/cppcon_2016__cpp17_parallel_algorithms__bryce_adelstein_lelbach__r2.pdf b/Tutorials/cpp17_parallel_algorithms/cppcon_2016__cpp17_parallel_algorithms__bryce_adelstein_lelbach__r2.pdf new file mode 100644 index 0000000..21159b9 Binary files /dev/null and b/Tutorials/cpp17_parallel_algorithms/cppcon_2016__cpp17_parallel_algorithms__bryce_adelstein_lelbach__r2.pdf differ