-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add foyer benchmark #20
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: MrCroxx <[email protected]>
|
Here is a benchmark result with the example bench config: |
Hi @MrCroxx, Sorry I didn't get back to you sooner. I have been very busy these past few weeks. Yes, any cache crate are welcomed on |
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
Signed-off-by: MrCroxx <[email protected]>
Hi, @tatsuya6502 .
Thanks a lot for creating the
mokabenchtools.mokabenchis easy-to-use and easy-to-expand. I'm happy to add my cache cratefoyertomokabenchif you like it.foyeris a hybrid cache lib and support replaceable caching algorithms in a plug-and-play behavior.This PR only uses default algorithm (w-TinyLFU) and in-memory cache only. I'm willing to add more configurations if you like place
foyerinmokabench. So I make this PR a draft.Thanks again for your efforts. Willing to hear from you.