Skip to content

joaquintides/usingstdcpp2015

Repository files navigation

using std::cpp 2015

Presentation from Joaquín Mª López Muñoz at using std::cpp 2015 and associated material.

  • Mind the cache (video in Spanish): Classical big-O algorithmic complexity analysis proves insufficient to estimate program performance for modern computer architectures: current processors are equipped with several low-level components (hierarchical cache structures, pipelining, branch prediction) that greatly favor certain code and data layout patterns not taken into account by naïve computation models. In this talk we see some examples of the impact these factors have and provide suggestions for performance improvement based on data locality and regularity in code execution.

About

"Mind the cache" presentation at using std::cpp 2015 and associated material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages