AdaptSize on LibCacheSim
Paper:
[NSDI 2017] AdaptSize: Orchestrating the Hot Object Memory Cache in a Content Delivery Network
AdaptSize is an admission algorithm that used modified size probabilistic to admit an object. AdaptSize recalculate the C for every N request. By adapting the C each time it could improves the hit ratio especially on smaller cache.
I've implemented AdaptSize on libCacheSim and this artifact is an example on how to run it.
Traces that I use are open source and can be found here
Launch on Chameleon
Launching this artifact will open it within Chameleon’s shared Jupyter experiment environment, which is accessible to all Chameleon users with an active allocation.
Download ArchiveDownload an archive containing the files of this artifact.