Skip to content
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

add buffer to FEMU Blackbox #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AkmalArifin
Copy link
Contributor

@AkmalArifin AkmalArifin commented Jun 15, 2024

I implemented buffer mechanism in FEMU Blackbox, I also add interface configuration for setting its buffer size and buffer threshold

@wangyuyue
Copy link

Thank you for this PR. I notice that the LRU cache is currently only triggered by flash writes. Would adding missed read requests to the flash cache also enhance performance? If so, could you consider using dirty labels to differentiate between clean pages and those requiring write-back during eviction?

@AkmalArifin
Copy link
Contributor Author

Sorry for the late response. After I adding missed read request to the flash cache, it actually increase the hit ratio constantly after several time of reading.

And for the using dirty labels, I'm sorry could you please elaborate more? Do i just need to add label for the pages that needs to be evicted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants