-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding framework support for generating miss ratio curve #73
Comments
Assign myself. |
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 |
We need a new module and binary for implementing algorithms that can generate miss ratio curves.
The text was updated successfully, but these errors were encountered: