Please enable JavaScript.
Coggle requires JavaScript to display documents.
MITOCW 6.172 - Performance engineering of software systems (Introduction…
MITOCW 6.172 - Performance engineering of software systems
Introduction to matrix multiplication
Bentley rules for optimizing work
Bit Hacks
Assembly language & computer architecture
C to assembly
Multicore programming
Races and Parallelism
Analysis of Multithreaded algorithms
What compilers can and cannot do
Measurement and timing
Storage allocation
Parallel storage allocation
The cilk runtime system
Catching and cache-efficient algorithms
Cache-oblivious algorithms
Nondeterministic parallel programming
Synchronization without locks
Domain specific languages and autotuning
Leiserchess codewalk
Speculative parallelism & Leiserchess
Tuning a TSP algorithm
Graph optimization
High performance and dynamic languages