Replies: 1 comment 2 replies
-
You can easily build it on top of libCacheSim, which provides the cache and you add a layer to shard object space |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am working on a project where I intend to test the performance of a new admission algorithm in distributed cache systems (similar to the Summary Cache model, where each cache maintains summaries of other caches using data structures such as Bloom filters). I would like to use LibCacheSim to simulate this distributed setup and evaluate performance.
Is this possible with LibCacheSim, or would it require significant modifications?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions