Slide 5
Slide 5 text
MATT GALLAGHER, PLAYGROUNDS 2017: HIGH PERFORMANCE SWIFT
WHAT THIS TALK WILL NOT BE
▸ When to optimize or why
▸ General optimization concerns (minimizing allocations, cache
efficiency, complexity analysis, etc)
▸ Maximizing CPU through multithreading or SIMD
▸ Using APIs like OpenCL, MPI