An open API service indexing awesome lists of open source software.

https://github.com/jacobgh2/hardware_optimization

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).
https://github.com/jacobgh2/hardware_optimization

cache-optimization computer-architecture hardware

Last synced: 8 months ago
JSON representation

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).

Awesome Lists containing this project