Is it possible to add an admission algorithm #290
Answered
by
1a1a11a
shreyaan-pathak-empwrai
asked this question in
Q&A
-
I see that the documentation mentions how to add an eviction algorithm, I was wondering if the same is possible for an admission algorithm |
Beta Was this translation helpful? Give feedback.
Answered by
1a1a11a
Oct 2, 2025
Replies: 1 comment 1 reply
-
Yes, it is easy to add an admission algorithm, you can add a new algorithm similar to https://github.com/1a1a11a/libCacheSim/blob/develop/libCacheSim/cache/admission/prob.c You can also use python binding see https://github.com/cacheMon/libCacheSim-python and https://cachemon.github.io/libCacheSim-python/examples/plugins |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shreyaan-pathak-empwrai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it is easy to add an admission algorithm, you can add a new algorithm similar to https://github.com/1a1a11a/libCacheSim/blob/develop/libCacheSim/cache/admission/prob.c
You can also use python binding see https://github.com/cacheMon/libCacheSim-python and https://cachemon.github.io/libCacheSim-python/examples/plugins