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

Make custom datafile format instead of using text #17

Closed jhunterh closed 4 months ago

jhunterh commented 4 months ago

The datafile can be reduced in size by using a custom byte sequence for each entry rather than a line of text. We might also benefit from the datafile being broken up into several files once a certain size is reached.