Skip to content

Commit

Permalink
Add my C++17 parallel algorithms talk.
Browse files Browse the repository at this point in the history
  • Loading branch information
brycelelbach committed May 26, 2017
1 parent 15e2f5d commit 36c953e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.

0 comments on commit 36c953e

Please sign in to comment.