jhunterh / Cache-Hierarchy-Simulation-Tool

This tool is a highly configurable cache hierarchy simulator for use in computer architecture research and study.
0 stars 0 forks source link

Create utility class for local inline functions in cache.cpp #15

Open CapdinCrando opened 5 months ago

CapdinCrando commented 5 months ago

The local inline functions that are defined and used in cache.cpp might be better in a utility class or namespace, allowing for users to use them when creating their own custom caches. #13 will need to be done first.

A possible name for this could be "CacheUtility".