Cache-Oblivious Algorithms
Does not require cache-size tuning.
Targets good spatial and temporal locality.
Can perform well across different cache levels.
Recursive matrix algorithms are classic examples.
Different from cache-aware algorithms, which explicitly use hardware parameters.