cache-policy
There are 9 repositories under cache-policy topic.
dasebe/webcachesim
A C++11 simulator for a variety of CDN caching policies.
dasebe/optimalwebcaching
Derive the optimal cache hit ratio for Internet request traces with variable object sizes.
AzureGreen/cache_simulator
A C++11 Based CDN cache simulator
liyunfan1223/cache-performance-insight
Cache Performance Insight is a framework designed to evaluate the performance of different cache policies with different workloads and configurations.
viatcheslav-zadorozhniy/web-performance
Tips for improving web performance
Deformin/TwoLevelCache
A configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. One can specify cache strategies and max sizes of both levels 1 and 2. Three cache replacement policies have been set: Least Frequently Used, Least Recently Used, Most Recently Used.
ken-bimmel/caching
A framework to test cache replacement policies.
manishkk/PEDS17
Project WS16-17
exbotanical/tenure
Manageable LRU in-memory cache instance for fast lookups and configurable eviction policies