Contains implementations of cache-optimized and external memory algorithms.
-
Updated
Jan 8, 2019 - C++
Contains implementations of cache-optimized and external memory algorithms.
C++ programs which simulate/evaluate the performance of hardware optimization strategies. Strategies tested include CPU branch prediction policy (e.g. bimodal, GShare, tournament) and cache associativity/replacement policy (e.g. Direct-mapped, LRU, HotCold).
Add a description, image, and links to the cache-optimization topic page so that developers can more easily learn about it.
To associate your repository with the cache-optimization topic, visit your repo's landing page and select "manage topics."