Thanks to visit codestin.com
Credit goes to github.com

Skip to content

owaisnm/cache

Repository files navigation

cache

This is a way to increase the cache miss ratio by deliberately writing a code sample that works against the principle of locality. For the purpose of this experiment, the code sample used here is a very simple one: it implements element accessing in a two-dimensional array in such a way to ensure that the cache is not used as much as possible. Further explanation is provided in the Data and Procedures section of the report.

About

A code sample in C++ that uses the principle of locality to increase the cache miss ratio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published