Adding framework support for generating miss ratio curve
We need a new module and binary for implementing algorithms that can generate miss ratio curves.
Assign myself. I have initially implemented a version in Rust to verify the basic concept (there are still some bugs to fix). I will submit C++ code to libCacheSim within the next one to two weeks 😄
If you would like to implement a rs_libCacheSim, you are also very welcome
I’ve got the basic implementation of minisim done(https://github.com/xiaguan/cache_mrc). But there’s still a lotof work left to turn it into a rs_libCacheSim. How about we start with MRC for rs_libCacheSim and build it out step by step from there?
By the way, shoutout to kosmo(https://github.com/Stumm-Lab/kosmo-fast24) for their implementation—it was a huge help!
Awesome! A different option is that we implement mrc estimation in Rust and provide an interface to libCacheSim so that you do not have to implement many other functions