Skip to content

Instantly share code, notes, and snippets.

@geraldstanje
Last active October 23, 2015 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geraldstanje/885782cc3f6570637ca9 to your computer and use it in GitHub Desktop.
Save geraldstanje/885782cc3f6570637ca9 to your computer and use it in GitHub Desktop.
C++ performance tutorials / talks
http://people.cs.clemson.edu/~dhouse/courses/405/papers/optimize.pdf
Chandler Carruth "Efficiency with Algorithms, Performance with Data Structures":
https://www.youtube.com/watch?v=fHNmRkzxHWs
Scott Meyers - The evolving search for effective C++ - Keynote @ Meeting C++ 2014:
https://www.youtube.com/watch?v=smqT9Io_bKo
Writing Quick Code in C++, Quickly:
https://www.youtube.com/watch?v=MvFj8qo1iuA
http://www.slideshare.net/andreialexandrescu1/three-optimization-tips-for-c-15708507
Facebook Tech Talk by Andrei Alexandrescu: Three Optimization Tips For C++:
https://archive.org/details/AndreiAlexandrescu-Three-Optimization-Tips
Going Native 2012 Keynote Stroustrup:
https://www.youtube.com/watch?v=OB-bdWKwXsU
CppCon 2015: Sean Parent "Better Code: Data Structures":
https://www.youtube.com/watch?v=sWgDk-o-6ZE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment